Html Css Color HEX #145229 Crusoe

📋 copy color: '#145229'

red 20 ◦ green 82 ◦ blue 41

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

Shades of Crusoe #145229

Tints of Crusoe #145229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 57.34%

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

R = 13.99%
G = 57.34%
B = 28.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#145229 (or 0x145229) is known color: Crusoe. HEX triplet: 14, 52 and 29. RGB value is (20,82,41). Sum of RGB (Red+Green+Blue) = 20+82+41=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #145229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145229 is #EBADD6. Grayscale: #3A3A3A. Windows color (decimal): -15445463 or 2707988. OLE color: 2707988.

HSL color Cylindrical-coordinate representation of color #145229: hue angle of 140.32º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145229 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 82 41 -
CMYK 0.76 0 0.50 0.68
HSL 140.32º 0.61% 0.2% -
HSV(B) 140.32º 0.76% 0.32% -
XYZ 3.71 6.34 3.13 -
YUV 58.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 20 82 41 0.76 0 0.50 0.68 140.32 0.61 0.2
Hex 14 52 29 4C 0 32 44 8C 3D 14
Octal 24 122 51 114 0 62 104 214 75 24
Binary 10100 1010010 101001 1001100 0 110010 1000100 10001100 111101 10100

Color Harmonies of #145229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145229

Black with #145229

Text Example


Text Example

White with #145229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145229; }

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

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

background-color css

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

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

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

border-color css

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

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

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