Html Css Color HEX #145220 Crusoe

📋 copy color: '#145220'

red 20 ◦ green 82 ◦ blue 32

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

Shades of Crusoe #145220

Tints of Crusoe #145220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.88%

R = 14.93%
G = 61.19%
B = 23.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#145220 (or 0x145220) is known color: Crusoe. HEX triplet: 14, 52 and 20. RGB value is (20,82,32). Sum of RGB (Red+Green+Blue) = 20+82+32=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #145220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145220 is #EBADDF. Grayscale: #393939. Windows color (decimal): -15445472 or 2118164. OLE color: 2118164.

HSL color Cylindrical-coordinate representation of color #145220: hue angle of 131.61º 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 #145220 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 82 32 -
CMYK 0.76 0 0.61 0.68
HSL 131.61º 0.61% 0.2% -
HSV(B) 131.61º 0.76% 0.32% -
XYZ 3.57 6.29 2.39 -
YUV 57.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 20 82 32 0.76 0 0.61 0.68 131.61 0.61 0.2
Hex 14 52 20 4C 0 3D 44 84 3D 14
Octal 24 122 40 114 0 75 104 204 75 24
Binary 10100 1010010 100000 1001100 0 111101 1000100 10000100 111101 10100

Color Harmonies of #145220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145220

Black with #145220

Text Example


Text Example

White with #145220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145220; }

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

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

background-color css

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

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

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

border-color css

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

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

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