Html Css Color HEX #0C641B Crusoe

📋 copy color: '#0C641B'

red 12 ◦ green 100 ◦ blue 27

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

Shades of Crusoe #0C641B

Tints of Crusoe #0C641B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 71.94%

 BLUE value IS 27 (10.94% from 255) = 19.42%

R = 8.63%
G = 71.94%
B = 19.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#0C641B (or 0x0C641B) is known color: Crusoe. HEX triplet: 0C, 64 and 1B. RGB value is (12,100,27). Sum of RGB (Red+Green+Blue) = 12+100+27=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 100 (39.45% from 255 or 71.94% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 100 - color contains mainly: green. Hex color #0C641B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C641B is #F39BE4. Grayscale: #414141. Windows color (decimal): -15965157 or 1795084. OLE color: 1795084.

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

Color convert

RGB 12 100 27 -
CMYK 0.88 0 0.73 0.61
HSL 130.23º 0.79% 0.22% -
HSV(B) 130.23º 0.88% 0.39% -
XYZ 4.91 9.27 2.57 -
YUV 65.37 106.35 89.94 -
System Red Green Blue C M Y K H S L
Decimal 12 100 27 0.88 0 0.73 0.61 130.23 0.79 0.22
Hex C 64 1B 58 0 49 3D 82 4F 16
Octal 14 144 33 130 0 111 75 202 117 26
Binary 1100 1100100 11011 1011000 0 1001001 111101 10000010 1001111 10110

Color Harmonies of #0C641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C641B

Black with #0C641B

Text Example


Text Example

White with #0C641B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,100,27); }

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

background-color css

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

 a { background-color: rgb(12,100,27); }

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

border-color css

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

 span { border-color: rgb(12,100,27); }

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