Html Css Color HEX #146529 Crusoe

📋 copy color: '#146529'

red 20 ◦ green 101 ◦ blue 41

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

Shades of Crusoe #146529

Tints of Crusoe #146529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 62.35%

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

R = 12.35%
G = 62.35%
B = 25.31%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#146529 (or 0x146529) is known color: Crusoe. HEX triplet: 14, 65 and 29. RGB value is (20,101,41). Sum of RGB (Red+Green+Blue) = 20+101+41=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 101 (39.84% from 255 or 62.35% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 101 - color contains mainly: green. Hex color #146529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146529 is #EB9AD6. Grayscale: #464646. Windows color (decimal): -15440599 or 2712852. OLE color: 2712852.

HSL color Cylindrical-coordinate representation of color #146529: hue angle of 135.56º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146529 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 101 41 -
CMYK 0.80 0 0.59 0.60
HSL 135.56º 0.67% 0.24% -
HSV(B) 135.56º 0.8% 0.4% -
XYZ 5.34 9.62 3.67 -
YUV 69.94 111.66 92.38 -
System Red Green Blue C M Y K H S L
Decimal 20 101 41 0.80 0 0.59 0.60 135.56 0.67 0.24
Hex 14 65 29 50 0 3B 3C 88 43 18
Octal 24 145 51 120 0 73 74 210 103 30
Binary 10100 1100101 101001 1010000 0 111011 111100 10001000 1000011 11000

Color Harmonies of #146529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146529

Black with #146529

Text Example


Text Example

White with #146529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146529; }

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

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

background-color css

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

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

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

border-color css

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

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

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