Html Css Color HEX #0C6323 Crusoe

📋 copy color: '#0C6323'

red 12 ◦ green 99 ◦ blue 35

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

Shades of Crusoe #0C6323

Tints of Crusoe #0C6323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.97%

R = 8.22%
G = 67.81%
B = 23.97%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#0C6323 (or 0x0C6323) is known color: Crusoe. HEX triplet: 0C, 63 and 23. RGB value is (12,99,35). Sum of RGB (Red+Green+Blue) = 12+99+35=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #0C6323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6323 is #F39CDC. Grayscale: #414141. Windows color (decimal): -15965405 or 2319116. OLE color: 2319116.

HSL color Cylindrical-coordinate representation of color #0C6323: hue angle of 135.86º 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 #0C6323 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 99 35 -
CMYK 0.88 0 0.65 0.61
HSL 135.86º 0.78% 0.22% -
HSV(B) 135.86º 0.88% 0.39% -
XYZ 4.92 9.12 3.09 -
YUV 65.69 110.68 89.7 -
System Red Green Blue C M Y K H S L
Decimal 12 99 35 0.88 0 0.65 0.61 135.86 0.78 0.22
Hex C 63 23 58 0 41 3D 88 4E 16
Octal 14 143 43 130 0 101 75 210 116 26
Binary 1100 1100011 100011 1011000 0 1000001 111101 10001000 1001110 10110

Color Harmonies of #0C6323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6323

Black with #0C6323

Text Example


Text Example

White with #0C6323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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