Html Css Color HEX #0C531A Crusoe

📋 copy color: '#0C531A'

red 12 ◦ green 83 ◦ blue 26

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

Shades of Crusoe #0C531A

Tints of Crusoe #0C531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 68.6%

 BLUE value IS 26 (10.55% from 255) = 21.49%

R = 9.92%
G = 68.6%
B = 21.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#0C531A (or 0x0C531A) is known color: Crusoe. HEX triplet: 0C, 53 and 1A. RGB value is (12,83,26). Sum of RGB (Red+Green+Blue) = 12+83+26=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #0C531A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C531A is #F3ACE5. Grayscale: #373737. Windows color (decimal): -15969510 or 1725196. OLE color: 1725196.

HSL color Cylindrical-coordinate representation of color #0C531A: hue angle of 131.83º 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 #0C531A is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 83 26 -
CMYK 0.86 0 0.69 0.67
HSL 131.83º 0.75% 0.19% -
HSV(B) 131.83º 0.86% 0.33% -
XYZ 3.43 6.34 2.02 -
YUV 55.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 12 83 26 0.86 0 0.69 0.67 131.83 0.75 0.19
Hex C 53 1A 56 0 45 43 84 4B 13
Octal 14 123 32 126 0 105 103 204 113 23
Binary 1100 1010011 11010 1010110 0 1000101 1000011 10000100 1001011 10011

Color Harmonies of #0C531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C531A

Black with #0C531A

Text Example


Text Example

White with #0C531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,83,26); }

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

background-color css

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

 a { background-color: rgb(12,83,26); }

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

border-color css

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

 span { border-color: rgb(12,83,26); }

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