Html Css Color HEX #12601C Crusoe

📋 copy color: '#12601C'

red 18 ◦ green 96 ◦ blue 28

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

Shades of Crusoe #12601C

Tints of Crusoe #12601C

RGB

 RED value IS 18 (7.42% from 255) = 12.68%

 GREEN value IS 96 (37.89% from 255) = 67.61%

 BLUE value IS 28 (11.33% from 255) = 19.72%

R = 12.68%
G = 67.61%
B = 19.72%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#12601C (or 0x12601C) is known color: Crusoe. HEX triplet: 12, 60 and 1C. RGB value is (18,96,28). Sum of RGB (Red+Green+Blue) = 18+96+28=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 96 (37.89% from 255 or 67.61% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 96 - color contains mainly: green. Hex color #12601C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12601C is #ED9FE3. Grayscale: #414141. Windows color (decimal): -15572964 or 1859602. OLE color: 1859602.

HSL color Cylindrical-coordinate representation of color #12601C: hue angle of 127.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12601C is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 28 -
CMYK 0.81 0 0.71 0.62
HSL 127.69º 0.68% 0.22% -
HSV(B) 127.69º 0.81% 0.38% -
XYZ 4.64 8.58 2.51 -
YUV 64.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 18 96 28 0.81 0 0.71 0.62 127.69 0.68 0.22
Hex 12 60 1C 51 0 47 3E 80 44 16
Octal 22 140 34 121 0 107 76 200 104 26
Binary 10010 1100000 11100 1010001 0 1000111 111110 10000000 1000100 10110

Color Harmonies of #12601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12601C

Black with #12601C

Text Example


Text Example

White with #12601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12601C; }

 p { color: rgb(18,96,28); }

 H1.HeaderClassName
 {
   color: #12601C;
 }
 .AnyTagClassName
 {
   color: #12601C;
 }
</style>

background-color css

<style>
 a { background-color: #12601C; }

 a { background-color: rgb(18,96,28); }

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

border-color css

<style>
 span { border-color: #12601C; }

 span { border-color: rgb(18,96,28); }

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