Html Css Color HEX #005242 Cyprus

📋 copy color: '#005242'

red 0 ◦ green 82 ◦ blue 66

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

Shades of Cyprus #005242

Tints of Cyprus #005242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 55.41%

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

R = 0%
G = 55.41%
B = 44.59%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#005242 (or 0x005242) is known color: Cyprus. HEX triplet: 00, 52 and 42. RGB value is (0,82,66). Sum of RGB (Red+Green+Blue) = 0+82+66=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #005242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005242 is #FFADBD. Grayscale: #373737. Windows color (decimal): -16756158 or 4346368. OLE color: 4346368.

HSL color Cylindrical-coordinate representation of color #005242: hue angle of 168.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005242 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 82 66 -
CMYK 1 0 0.20 0.68
HSL 168.29º 1% 0.16% -
HSV(B) 168.29º 1% 0.32% -
XYZ 4 6.43 6.18 -
YUV 55.66 133.83 88.3 -
System Red Green Blue C M Y K H S L
Decimal 0 82 66 1 0 0.20 0.68 168.29 1 0.16
Hex 0 52 42 64 0 14 44 A8 64 10
Octal 0 122 102 144 0 24 104 250 144 20
Binary 0 1010010 1000010 1100100 0 10100 1000100 10101000 1100100 10000

Color Harmonies of #005242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005242

Black with #005242

Text Example


Text Example

White with #005242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005242; }

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

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

background-color css

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

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

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

border-color css

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

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

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