Html Css Color HEX #0C631F Crusoe

📋 copy color: '#0C631F'

red 12 ◦ green 99 ◦ blue 31

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

Shades of Crusoe #0C631F

Tints of Crusoe #0C631F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.83%

R = 8.45%
G = 69.72%
B = 21.83%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#0C631F (or 0x0C631F) is known color: Crusoe. HEX triplet: 0C, 63 and 1F. RGB value is (12,99,31). Sum of RGB (Red+Green+Blue) = 12+99+31=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 99 (39.06% from 255 or 69.72% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 99 - color contains mainly: green. Hex color #0C631F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C631F is #F39CE0. Grayscale: #414141. Windows color (decimal): -15965409 or 2056972. OLE color: 2056972.

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

Color convert

RGB 12 99 31 -
CMYK 0.88 0 0.69 0.61
HSL 133.1º 0.78% 0.22% -
HSV(B) 133.1º 0.88% 0.39% -
XYZ 4.86 9.1 2.8 -
YUV 65.24 108.68 90.03 -
System Red Green Blue C M Y K H S L
Decimal 12 99 31 0.88 0 0.69 0.61 133.1 0.78 0.22
Hex C 63 1F 58 0 45 3D 85 4E 16
Octal 14 143 37 130 0 105 75 205 116 26
Binary 1100 1100011 11111 1011000 0 1000101 111101 10000101 1001110 10110

Color Harmonies of #0C631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C631F

Black with #0C631F

Text Example


Text Example

White with #0C631F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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