Html Css Color HEX #0F523B Sherwood Green

📋 copy color: '#0F523B'

red 15 ◦ green 82 ◦ blue 59

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

Shades of Sherwood Green #0F523B

Tints of Sherwood Green #0F523B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 37.82%

R = 9.62%
G = 52.56%
B = 37.82%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#0F523B (or 0x0F523B) is known color: Sherwood Green. HEX triplet: 0F, 52 and 3B. RGB value is (15,82,59). Sum of RGB (Red+Green+Blue) = 15+82+59=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #0F523B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F523B is #F0ADC4. Grayscale: #3B3B3B. Windows color (decimal): -15773125 or 3887631. OLE color: 3887631.

HSL color Cylindrical-coordinate representation of color #0F523B: hue angle of 159.4º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F523B is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 15 82 59 -
CMYK 0.82 0 0.28 0.68
HSL 159.4º 0.69% 0.19% -
HSV(B) 159.4º 0.82% 0.32% -
XYZ 4 6.45 5.17 -
YUV 59.35 127.8 96.37 -
System Red Green Blue C M Y K H S L
Decimal 15 82 59 0.82 0 0.28 0.68 159.4 0.69 0.19
Hex F 52 3B 52 0 1C 44 9F 45 13
Octal 17 122 73 122 0 34 104 237 105 23
Binary 1111 1010010 111011 1010010 0 11100 1000100 10011111 1000101 10011

Color Harmonies of #0F523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F523B

Black with #0F523B

Text Example


Text Example

White with #0F523B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,82,59); }

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

background-color css

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

 a { background-color: rgb(15,82,59); }

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

border-color css

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

 span { border-color: rgb(15,82,59); }

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