Html Css Color HEX #0C6226 Crusoe

📋 copy color: '#0C6226'

red 12 ◦ green 98 ◦ blue 38

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

Shades of Crusoe #0C6226

Tints of Crusoe #0C6226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 66.22%

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

R = 8.11%
G = 66.22%
B = 25.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#0C6226 (or 0x0C6226) is known color: Crusoe. HEX triplet: 0C, 62 and 26. RGB value is (12,98,38). Sum of RGB (Red+Green+Blue) = 12+98+38=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #0C6226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6226 is #F39DD9. Grayscale: #414141. Windows color (decimal): -15965658 or 2515468. OLE color: 2515468.

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

Color convert

RGB 12 98 38 -
CMYK 0.88 0 0.61 0.62
HSL 138.14º 0.78% 0.22% -
HSV(B) 138.14º 0.88% 0.38% -
XYZ 4.87 8.95 3.31 -
YUV 65.45 112.51 89.88 -
System Red Green Blue C M Y K H S L
Decimal 12 98 38 0.88 0 0.61 0.62 138.14 0.78 0.22
Hex C 62 26 58 0 3D 3E 8A 4E 16
Octal 14 142 46 130 0 75 76 212 116 26
Binary 1100 1100010 100110 1011000 0 111101 111110 10001010 1001110 10110

Color Harmonies of #0C6226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6226

Black with #0C6226

Text Example


Text Example

White with #0C6226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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