Html Css Color HEX #12601A Crusoe

📋 copy color: '#12601A'

red 18 ◦ green 96 ◦ blue 26

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

Shades of Crusoe #12601A

Tints of Crusoe #12601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.57%

R = 12.86%
G = 68.57%
B = 18.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#12601A (or 0x12601A) is known color: Crusoe. HEX triplet: 12, 60 and 1A. RGB value is (18,96,26). Sum of RGB (Red+Green+Blue) = 18+96+26=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #12601A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12601A is #ED9FE5. Grayscale: #404040. Windows color (decimal): -15572966 or 1728530. OLE color: 1728530.

HSL color Cylindrical-coordinate representation of color #12601A: hue angle of 126.15º 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 #12601A is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 26 -
CMYK 0.81 0 0.73 0.62
HSL 126.15º 0.68% 0.22% -
HSV(B) 126.15º 0.81% 0.38% -
XYZ 4.62 8.57 2.39 -
YUV 64.7 106.16 94.69 -
System Red Green Blue C M Y K H S L
Decimal 18 96 26 0.81 0 0.73 0.62 126.15 0.68 0.22
Hex 12 60 1A 51 0 49 3E 7E 44 16
Octal 22 140 32 121 0 111 76 176 104 26
Binary 10010 1100000 11010 1010001 0 1001001 111110 1111110 1000100 10110

Color Harmonies of #12601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12601A

Black with #12601A

Text Example


Text Example

White with #12601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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