Html Css Color HEX #0F513C Sherwood Green

📋 copy color: '#0F513C'

red 15 ◦ green 81 ◦ blue 60

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

Shades of Sherwood Green #0F513C

Tints of Sherwood Green #0F513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.92%

 BLUE value IS 60 (23.83% from 255) = 38.46%

R = 9.62%
G = 51.92%
B = 38.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#0F513C (or 0x0F513C) is known color: Sherwood Green. HEX triplet: 0F, 51 and 3C. RGB value is (15,81,60). Sum of RGB (Red+Green+Blue) = 15+81+60=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #0F513C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F513C is #F0AEC3. Grayscale: #3A3A3A. Windows color (decimal): -15773380 or 3952911. OLE color: 3952911.

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

Color convert

RGB 15 81 60 -
CMYK 0.81 0 0.26 0.68
HSL 160.91º 0.69% 0.19% -
HSV(B) 160.91º 0.81% 0.32% -
XYZ 3.96 6.31 5.28 -
YUV 58.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 15 81 60 0.81 0 0.26 0.68 160.91 0.69 0.19
Hex F 51 3C 51 0 1A 44 A1 45 13
Octal 17 121 74 121 0 32 104 241 105 23
Binary 1111 1010001 111100 1010001 0 11010 1000100 10100001 1000101 10011

Color Harmonies of #0F513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F513C

Black with #0F513C

Text Example


Text Example

White with #0F513C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,81,60); }

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

background-color css

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

 a { background-color: rgb(15,81,60); }

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

border-color css

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

 span { border-color: rgb(15,81,60); }

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