Html Css Color HEX #0C3520 Cardin Green

📋 copy color: '#0C3520'

red 12 ◦ green 53 ◦ blue 32

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

Shades of Cardin Green #0C3520

Tints of Cardin Green #0C3520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 32.99%

R = 12.37%
G = 54.64%
B = 32.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#0C3520 (or 0x0C3520) is known color: Cardin Green. HEX triplet: 0C, 35 and 20. RGB value is (12,53,32). Sum of RGB (Red+Green+Blue) = 12+53+32=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 53 (21.09% from 255 or 54.64% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 53 - color contains mainly: green. Hex color #0C3520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3520 is #F3CADF. Grayscale: #262626. Windows color (decimal): -15977184 or 2110732. OLE color: 2110732.

HSL color Cylindrical-coordinate representation of color #0C3520: hue angle of 149.27º 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 #0C3520 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 12 53 32 -
CMYK 0.77 0 0.40 0.79
HSL 149.27º 0.63% 0.13% -
HSV(B) 149.27º 0.77% 0.21% -
XYZ 1.69 2.73 1.8 -
YUV 38.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 12 53 32 0.77 0 0.40 0.79 149.27 0.63 0.13
Hex C 35 20 4D 0 28 4F 95 3F D
Octal 14 65 40 115 0 50 117 225 77 15
Binary 1100 110101 100000 1001101 0 101000 1001111 10010101 111111 1101

Color Harmonies of #0C3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3520

Black with #0C3520

Text Example


Text Example

White with #0C3520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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