Html Css Color HEX #0C6231 Crusoe

📋 copy color: '#0C6231'

red 12 ◦ green 98 ◦ blue 49

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

Shades of Crusoe #0C6231

Tints of Crusoe #0C6231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 30.82%

R = 7.55%
G = 61.64%
B = 30.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#0C6231 (or 0x0C6231) is known color: Crusoe. HEX triplet: 0C, 62 and 31. RGB value is (12,98,49). Sum of RGB (Red+Green+Blue) = 12+98+49=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #0C6231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6231 is #F39DCE. Grayscale: #424242. Windows color (decimal): -15965647 or 3236364. OLE color: 3236364.

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

Color convert

RGB 12 98 49 -
CMYK 0.88 0 0.5 0.62
HSL 145.81º 0.78% 0.22% -
HSV(B) 145.81º 0.88% 0.38% -
XYZ 5.07 9.04 4.38 -
YUV 66.7 118.01 88.98 -
System Red Green Blue C M Y K H S L
Decimal 12 98 49 0.88 0 0.5 0.62 145.81 0.78 0.22
Hex C 62 31 58 0 32 3E 92 4E 16
Octal 14 142 61 130 0 62 76 222 116 26
Binary 1100 1100010 110001 1011000 0 110010 111110 10010010 1001110 10110

Color Harmonies of #0C6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6231

Black with #0C6231

Text Example


Text Example

White with #0C6231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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