Html Css Color HEX #0F503C Sherwood Green

📋 copy color: '#0F503C'

red 15 ◦ green 80 ◦ blue 60

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

Shades of Sherwood Green #0F503C

Tints of Sherwood Green #0F503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.61%

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

R = 9.68%
G = 51.61%
B = 38.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#0F503C (or 0x0F503C) is known color: Sherwood Green. HEX triplet: 0F, 50 and 3C. RGB value is (15,80,60). Sum of RGB (Red+Green+Blue) = 15+80+60=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #0F503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F503C is #F0AFC3. Grayscale: #3A3A3A. Windows color (decimal): -15773636 or 3952655. OLE color: 3952655.

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

Color convert

RGB 15 80 60 -
CMYK 0.81 0 0.25 0.69
HSL 161.54º 0.68% 0.19% -
HSV(B) 161.54º 0.81% 0.31% -
XYZ 3.88 6.17 5.26 -
YUV 58.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 15 80 60 0.81 0 0.25 0.69 161.54 0.68 0.19
Hex F 50 3C 51 0 19 45 A2 44 13
Octal 17 120 74 121 0 31 105 242 104 23
Binary 1111 1010000 111100 1010001 0 11001 1000101 10100010 1000100 10011

Color Harmonies of #0F503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F503C

Black with #0F503C

Text Example


Text Example

White with #0F503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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