Html Css Color HEX #0C6326 Crusoe

📋 copy color: '#0C6326'

red 12 ◦ green 99 ◦ blue 38

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

Shades of Crusoe #0C6326

Tints of Crusoe #0C6326

RGB

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

 GREEN value IS 99 (39.06% from 255) = 66.44%

 BLUE value IS 38 (15.23% from 255) = 25.5%

R = 8.05%
G = 66.44%
B = 25.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#0C6326 (or 0x0C6326) is known color: Crusoe. HEX triplet: 0C, 63 and 26. RGB value is (12,99,38). Sum of RGB (Red+Green+Blue) = 12+99+38=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 99 (39.06% from 255 or 66.44% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 99 - color contains mainly: green. Hex color #0C6326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6326 is #F39CD9. Grayscale: #424242. Windows color (decimal): -15965402 or 2515724. OLE color: 2515724.

HSL color Cylindrical-coordinate representation of color #0C6326: hue angle of 137.93º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6326 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 99 38 -
CMYK 0.88 0 0.62 0.61
HSL 137.93º 0.78% 0.22% -
HSV(B) 137.93º 0.88% 0.39% -
XYZ 4.96 9.14 3.34 -
YUV 66.03 112.18 89.46 -
System Red Green Blue C M Y K H S L
Decimal 12 99 38 0.88 0 0.62 0.61 137.93 0.78 0.22
Hex C 63 26 58 0 3E 3D 8A 4E 16
Octal 14 143 46 130 0 76 75 212 116 26
Binary 1100 1100011 100110 1011000 0 111110 111101 10001010 1001110 10110

Color Harmonies of #0C6326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6326

Black with #0C6326

Text Example


Text Example

White with #0C6326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,99,38); }

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

background-color css

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

 a { background-color: rgb(12,99,38); }

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

border-color css

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

 span { border-color: rgb(12,99,38); }

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