Html Css Color HEX #00483D Cyprus

📋 copy color: '#00483D'

red 0 ◦ green 72 ◦ blue 61

#00483D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #00483D

Tints of Cyprus #00483D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 72 (28.52% from 255) = 54.14%

 BLUE value IS 61 (24.22% from 255) = 45.86%

R = 0%
G = 54.14%
B = 45.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00483D (or 0x00483D) is known color: Cyprus. HEX triplet: 00, 48 and 3D. RGB value is (0,72,61). Sum of RGB (Red+Green+Blue) = 0+72+61=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #00483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00483D is #FFB7C2. Grayscale: #313131. Windows color (decimal): -16758723 or 4016128. OLE color: 4016128.

HSL color Cylindrical-coordinate representation of color #00483D: hue angle of 170.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00483D is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 72 61 -
CMYK 1 0 0.15 0.72
HSL 170.83º 1% 0.14% -
HSV(B) 170.83º 1% 0.28% -
XYZ 3.16 4.97 5.21 -
YUV 49.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 0 72 61 1 0 0.15 0.72 170.83 1 0.14
Hex 0 48 3D 64 0 F 48 AB 64 E
Octal 0 110 75 144 0 17 110 253 144 16
Binary 0 1001000 111101 1100100 0 1111 1001000 10101011 1100100 1110

Color Harmonies of #00483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00483D

Black with #00483D

Text Example


Text Example

White with #00483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00483D; }

 p { color: rgb(0,72,61); }

 H1.HeaderClassName
 {
   color: #00483D;
 }
 .AnyTagClassName
 {
   color: #00483D;
 }
</style>

background-color css

<style>
 a { background-color: #00483D; }

 a { background-color: rgb(0,72,61); }

 div.DivClassName
 {
   background-color: #00483D;
 }
 .BgClassName
 {
   background-color: #00483D;
 }
</style>

border-color css

<style>
 span { border-color: #00483D; }

 span { border-color: rgb(0,72,61); }

 td.TdClassName
 {
   border-color: #00483D;
 }
 .TagClassName
 {
   border-color: #00483D;
 }
</style>