Html Css Color HEX #0F523E Sherwood Green

📋 copy color: '#0F523E'

red 15 ◦ green 82 ◦ blue 62

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

Shades of Sherwood Green #0F523E

Tints of Sherwood Green #0F523E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.99%

R = 9.43%
G = 51.57%
B = 38.99%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#0F523E (or 0x0F523E) is known color: Sherwood Green. HEX triplet: 0F, 52 and 3E. RGB value is (15,82,62). Sum of RGB (Red+Green+Blue) = 15+82+62=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #0F523E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F523E is #F0ADC1. Grayscale: #3B3B3B. Windows color (decimal): -15773122 or 4084239. OLE color: 4084239.

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

Color convert

RGB 15 82 62 -
CMYK 0.82 0 0.24 0.68
HSL 162.09º 0.69% 0.19% -
HSV(B) 162.09º 0.82% 0.32% -
XYZ 4.08 6.48 5.59 -
YUV 59.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 15 82 62 0.82 0 0.24 0.68 162.09 0.69 0.19
Hex F 52 3E 52 0 18 44 A2 45 13
Octal 17 122 76 122 0 30 104 242 105 23
Binary 1111 1010010 111110 1010010 0 11000 1000100 10100010 1000101 10011

Color Harmonies of #0F523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F523E

Black with #0F523E

Text Example


Text Example

White with #0F523E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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