Html Css Color HEX #004842 Cyprus

📋 copy color: '#004842'

red 0 ◦ green 72 ◦ blue 66

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

Shades of Cyprus #004842

Tints of Cyprus #004842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 47.83%

R = 0%
G = 52.17%
B = 47.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#004842 (or 0x004842) is known color: Cyprus. HEX triplet: 00, 48 and 42. RGB value is (0,72,66). Sum of RGB (Red+Green+Blue) = 0+72+66=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #004842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004842 is #FFB7BD. Grayscale: #313131. Windows color (decimal): -16758718 or 4343808. OLE color: 4343808.

HSL color Cylindrical-coordinate representation of color #004842: hue angle of 175º 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 #004842 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 72 66 -
CMYK 1 0 0.08 0.72
HSL 175º 1% 0.14% -
HSV(B) 175º 1% 0.28% -
XYZ 3.3 5.03 5.95 -
YUV 49.79 137.15 92.49 -
System Red Green Blue C M Y K H S L
Decimal 0 72 66 1 0 0.08 0.72 175 1 0.14
Hex 0 48 42 64 0 8 48 AF 64 E
Octal 0 110 102 144 0 10 110 257 144 16
Binary 0 1001000 1000010 1100100 0 1000 1001000 10101111 1100100 1110

Color Harmonies of #004842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004842

Black with #004842

Text Example


Text Example

White with #004842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004842; }

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

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

background-color css

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

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

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

border-color css

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

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

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