Html Css Color HEX #005244 Cyprus

📋 copy color: '#005244'

red 0 ◦ green 82 ◦ blue 68

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

Shades of Cyprus #005244

Tints of Cyprus #005244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 45.33%

R = 0%
G = 54.67%
B = 45.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#005244 (or 0x005244) is known color: Cyprus. HEX triplet: 00, 52 and 44. RGB value is (0,82,68). Sum of RGB (Red+Green+Blue) = 0+82+68=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 82 (32.42% from 255 or 54.67% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 82 - color contains mainly: green. Hex color #005244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005244 is #FFADBB. Grayscale: #373737. Windows color (decimal): -16756156 or 4477440. OLE color: 4477440.

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

Color convert

RGB 0 82 68 -
CMYK 1 0 0.17 0.68
HSL 169.76º 1% 0.16% -
HSV(B) 169.76º 1% 0.32% -
XYZ 4.06 6.45 6.5 -
YUV 55.89 134.83 88.14 -
System Red Green Blue C M Y K H S L
Decimal 0 82 68 1 0 0.17 0.68 169.76 1 0.16
Hex 0 52 44 64 0 11 44 AA 64 10
Octal 0 122 104 144 0 21 104 252 144 20
Binary 0 1010010 1000100 1100100 0 10001 1000100 10101010 1100100 10000

Color Harmonies of #005244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005244

Black with #005244

Text Example


Text Example

White with #005244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005244; }

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

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

background-color css

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

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

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

border-color css

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

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

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