Html Css Color HEX #0C3528 Dark Green

📋 copy color: '#0C3528'

red 12 ◦ green 53 ◦ blue 40

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

Shades of Dark Green #0C3528

Tints of Dark Green #0C3528

RGB

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

 GREEN value IS 53 (21.09% from 255) = 50.48%

 BLUE value IS 40 (16.02% from 255) = 38.1%

R = 11.43%
G = 50.48%
B = 38.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#0C3528 (or 0x0C3528) is known color: Dark Green. HEX triplet: 0C, 35 and 28. RGB value is (12,53,40). Sum of RGB (Red+Green+Blue) = 12+53+40=105 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.43% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #0C3528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3528 is #F3CAD7. Grayscale: #272727. Windows color (decimal): -15977176 or 2635020. OLE color: 2635020.

HSL color Cylindrical-coordinate representation of color #0C3528: hue angle of 160.98º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C3528 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB 12 53 40 -
CMYK 0.77 0 0.25 0.79
HSL 160.98º 0.63% 0.13% -
HSV(B) 160.98º 0.77% 0.21% -
XYZ 1.81 2.78 2.45 -
YUV 39.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 12 53 40 0.77 0 0.25 0.79 160.98 0.63 0.13
Hex C 35 28 4D 0 19 4F A1 3F D
Octal 14 65 50 115 0 31 117 241 77 15
Binary 1100 110101 101000 1001101 0 11001 1001111 10100001 111111 1101

Color Harmonies of #0C3528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3528

Black with #0C3528

Text Example


Text Example

White with #0C3528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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