Html Css Color HEX #146029 Crusoe

📋 copy color: '#146029'

red 20 ◦ green 96 ◦ blue 41

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

Shades of Crusoe #146029

Tints of Crusoe #146029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.11%

R = 12.74%
G = 61.15%
B = 26.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#146029 (or 0x146029) is known color: Crusoe. HEX triplet: 14, 60 and 29. RGB value is (20,96,41). Sum of RGB (Red+Green+Blue) = 20+96+41=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #146029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146029 is #EB9FD6. Grayscale: #434343. Windows color (decimal): -15441879 or 2711572. OLE color: 2711572.

HSL color Cylindrical-coordinate representation of color #146029: hue angle of 136.58º 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 #146029 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 96 41 -
CMYK 0.79 0 0.57 0.62
HSL 136.58º 0.66% 0.23% -
HSV(B) 136.58º 0.79% 0.38% -
XYZ 4.87 8.67 3.52 -
YUV 67.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 20 96 41 0.79 0 0.57 0.62 136.58 0.66 0.23
Hex 14 60 29 4F 0 39 3E 89 42 17
Octal 24 140 51 117 0 71 76 211 102 27
Binary 10100 1100000 101001 1001111 0 111001 111110 10001001 1000010 10111

Color Harmonies of #146029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146029

Black with #146029

Text Example


Text Example

White with #146029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146029; }

 p { color: rgb(20,96,41); }

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

background-color css

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

 a { background-color: rgb(20,96,41); }

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

border-color css

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

 span { border-color: rgb(20,96,41); }

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