Html Css Color HEX #0F5537 County Green

📋 copy color: '#0F5537'

red 15 ◦ green 85 ◦ blue 55

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

Shades of County Green #0F5537

Tints of County Green #0F5537

RGB

 RED value IS 15 (6.25% from 255) = 9.68%

 GREEN value IS 85 (33.59% from 255) = 54.84%

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

R = 9.68%
G = 54.84%
B = 35.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#0F5537 (or 0x0F5537) is known color: County Green. HEX triplet: 0F, 55 and 37. RGB value is (15,85,55). Sum of RGB (Red+Green+Blue) = 15+85+55=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5537 is #F0AAC8. Grayscale: #3C3C3C. Windows color (decimal): -15772361 or 3626255. OLE color: 3626255.

HSL color Cylindrical-coordinate representation of color #0F5537: hue angle of 154.29º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5537 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 85 55 -
CMYK 0.82 0 0.35 0.67
HSL 154.29º 0.7% 0.2% -
HSV(B) 154.29º 0.82% 0.33% -
XYZ 4.14 6.87 4.72 -
YUV 60.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 15 85 55 0.82 0 0.35 0.67 154.29 0.7 0.2
Hex F 55 37 52 0 23 43 9A 46 14
Octal 17 125 67 122 0 43 103 232 106 24
Binary 1111 1010101 110111 1010010 0 100011 1000011 10011010 1000110 10100

Color Harmonies of #0F5537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5537

Black with #0F5537

Text Example


Text Example

White with #0F5537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F5537; }

 p { color: rgb(15,85,55); }

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

background-color css

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

 a { background-color: rgb(15,85,55); }

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

border-color css

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

 span { border-color: rgb(15,85,55); }

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