Html Css Color HEX #0C543E Sherwood Green

📋 copy color: '#0C543E'

red 12 ◦ green 84 ◦ blue 62

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

Shades of Sherwood Green #0C543E

Tints of Sherwood Green #0C543E

RGB

 RED value IS 12 (5.08% from 255) = 7.59%

 GREEN value IS 84 (33.2% from 255) = 53.16%

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

R = 7.59%
G = 53.16%
B = 39.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#0C543E (or 0x0C543E) is known color: Sherwood Green. HEX triplet: 0C, 54 and 3E. RGB value is (12,84,62). Sum of RGB (Red+Green+Blue) = 12+84+62=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #0C543E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C543E is #F3ABC1. Grayscale: #3B3B3B. Windows color (decimal): -15969218 or 4084748. OLE color: 4084748.

HSL color Cylindrical-coordinate representation of color #0C543E: hue angle of 161.67º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C543E is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 84 62 -
CMYK 0.86 0 0.26 0.67
HSL 161.67º 0.75% 0.19% -
HSV(B) 161.67º 0.86% 0.33% -
XYZ 4.19 6.77 5.64 -
YUV 59.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 12 84 62 0.86 0 0.26 0.67 161.67 0.75 0.19
Hex C 54 3E 56 0 1A 43 A2 4B 13
Octal 14 124 76 126 0 32 103 242 113 23
Binary 1100 1010100 111110 1010110 0 11010 1000011 10100010 1001011 10011

Color Harmonies of #0C543E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C543E

Black with #0C543E

Text Example


Text Example

White with #0C543E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,84,62); }

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

background-color css

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

 a { background-color: rgb(12,84,62); }

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

border-color css

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

 span { border-color: rgb(12,84,62); }

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