Html Css Color HEX #0C632F Crusoe

📋 copy color: '#0C632F'

red 12 ◦ green 99 ◦ blue 47

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

Shades of Crusoe #0C632F

Tints of Crusoe #0C632F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.75%

R = 7.59%
G = 62.66%
B = 29.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#0C632F (or 0x0C632F) is known color: Crusoe. HEX triplet: 0C, 63 and 2F. RGB value is (12,99,47). Sum of RGB (Red+Green+Blue) = 12+99+47=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #0C632F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C632F is #F39CD0. Grayscale: #434343. Windows color (decimal): -15965393 or 3105548. OLE color: 3105548.

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

Color convert

RGB 12 99 47 -
CMYK 0.88 0 0.53 0.61
HSL 144.14º 0.78% 0.22% -
HSV(B) 144.14º 0.88% 0.39% -
XYZ 5.13 9.21 4.2 -
YUV 67.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 12 99 47 0.88 0 0.53 0.61 144.14 0.78 0.22
Hex C 63 2F 58 0 35 3D 90 4E 16
Octal 14 143 57 130 0 65 75 220 116 26
Binary 1100 1100011 101111 1011000 0 110101 111101 10010000 1001110 10110

Color Harmonies of #0C632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C632F

Black with #0C632F

Text Example


Text Example

White with #0C632F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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