Html Css Color HEX #146126 Crusoe

📋 copy color: '#146126'

red 20 ◦ green 97 ◦ blue 38

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

Shades of Crusoe #146126

Tints of Crusoe #146126

RGB

 RED value IS 20 (8.2% from 255) = 12.9%

 GREEN value IS 97 (38.28% from 255) = 62.58%

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 12.9%
G = 62.58%
B = 24.52%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#146126 (or 0x146126) is known color: Crusoe. HEX triplet: 14, 61 and 26. RGB value is (20,97,38). Sum of RGB (Red+Green+Blue) = 20+97+38=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #146126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146126 is #EB9ED9. Grayscale: #434343. Windows color (decimal): -15441626 or 2515220. OLE color: 2515220.

HSL color Cylindrical-coordinate representation of color #146126: hue angle of 134.03º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146126 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 97 38 -
CMYK 0.79 0 0.61 0.62
HSL 134.03º 0.66% 0.23% -
HSV(B) 134.03º 0.79% 0.38% -
XYZ 4.91 8.84 3.28 -
YUV 67.25 111.49 94.3 -
System Red Green Blue C M Y K H S L
Decimal 20 97 38 0.79 0 0.61 0.62 134.03 0.66 0.23
Hex 14 61 26 4F 0 3D 3E 86 42 17
Octal 24 141 46 117 0 75 76 206 102 27
Binary 10100 1100001 100110 1001111 0 111101 111110 10000110 1000010 10111

Color Harmonies of #146126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146126

Black with #146126

Text Example


Text Example

White with #146126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146126; }

 p { color: rgb(20,97,38); }

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

background-color css

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

 a { background-color: rgb(20,97,38); }

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

border-color css

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

 span { border-color: rgb(20,97,38); }

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