Html Css Color HEX #0C4635 Sherwood Green

📋 copy color: '#0C4635'

red 12 ◦ green 70 ◦ blue 53

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

Shades of Sherwood Green #0C4635

Tints of Sherwood Green #0C4635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 51.85%

 BLUE value IS 53 (21.09% from 255) = 39.26%

R = 8.89%
G = 51.85%
B = 39.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#0C4635 (or 0x0C4635) is known color: Sherwood Green. HEX triplet: 0C, 46 and 35. RGB value is (12,70,53). Sum of RGB (Red+Green+Blue) = 12+70+53=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #0C4635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4635 is #F3B9CA. Grayscale: #323232. Windows color (decimal): -15972811 or 3491340. OLE color: 3491340.

HSL color Cylindrical-coordinate representation of color #0C4635: hue angle of 162.41º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C4635 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 12 70 53 -
CMYK 0.83 0 0.24 0.73
HSL 162.41º 0.71% 0.16% -
HSV(B) 162.41º 0.83% 0.27% -
XYZ 2.98 4.72 4.12 -
YUV 50.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 12 70 53 0.83 0 0.24 0.73 162.41 0.71 0.16
Hex C 46 35 53 0 18 49 A2 47 10
Octal 14 106 65 123 0 30 111 242 107 20
Binary 1100 1000110 110101 1010011 0 11000 1001001 10100010 1000111 10000

Color Harmonies of #0C4635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4635

Black with #0C4635

Text Example


Text Example

White with #0C4635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,70,53); }

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

background-color css

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

 a { background-color: rgb(12,70,53); }

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

border-color css

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

 span { border-color: rgb(12,70,53); }

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