Html Css Color HEX #055237 County Green

📋 copy color: '#055237'

red 5 ◦ green 82 ◦ blue 55

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

Shades of County Green #055237

Tints of County Green #055237

RGB

 RED value IS 5 (2.34% from 255) = 3.52%

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

 BLUE value IS 55 (21.88% from 255) = 38.73%

R = 3.52%
G = 57.75%
B = 38.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#055237 (or 0x055237) is known color: County Green. HEX triplet: 05, 52 and 37. RGB value is (5,82,55). Sum of RGB (Red+Green+Blue) = 5+82+55=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #055237 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055237 is #FAADC8. Grayscale: #373737. Windows color (decimal): -16428489 or 3625477. OLE color: 3625477.

HSL color Cylindrical-coordinate representation of color #055237: hue angle of 158.96º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055237 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 82 55 -
CMYK 0.94 0 0.33 0.68
HSL 158.96º 0.89% 0.17% -
HSV(B) 158.96º 0.94% 0.32% -
XYZ 3.77 6.34 4.64 -
YUV 55.9 127.49 91.7 -
System Red Green Blue C M Y K H S L
Decimal 5 82 55 0.94 0 0.33 0.68 158.96 0.89 0.17
Hex 5 52 37 5E 0 21 44 9F 59 11
Octal 5 122 67 136 0 41 104 237 131 21
Binary 101 1010010 110111 1011110 0 100001 1000100 10011111 1011001 10001

Color Harmonies of #055237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055237

Black with #055237

Text Example


Text Example

White with #055237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055237; }

 p { color: rgb(5,82,55); }

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

background-color css

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

 a { background-color: rgb(5,82,55); }

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

border-color css

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

 span { border-color: rgb(5,82,55); }

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