Html Css Color HEX #145421 Crusoe

📋 copy color: '#145421'

red 20 ◦ green 84 ◦ blue 33

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

Shades of Crusoe #145421

Tints of Crusoe #145421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 61.31%

 BLUE value IS 33 (13.28% from 255) = 24.09%

R = 14.6%
G = 61.31%
B = 24.09%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#145421 (or 0x145421) is known color: Crusoe. HEX triplet: 14, 54 and 21. RGB value is (20,84,33). Sum of RGB (Red+Green+Blue) = 20+84+33=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #145421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145421 is #EBABDE. Grayscale: #3B3B3B. Windows color (decimal): -15444959 or 2184212. OLE color: 2184212.

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

Color convert

RGB 20 84 33 -
CMYK 0.76 0 0.61 0.67
HSL 132.19º 0.62% 0.2% -
HSV(B) 132.19º 0.76% 0.33% -
XYZ 3.73 6.6 2.52 -
YUV 59.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 20 84 33 0.76 0 0.61 0.67 132.19 0.62 0.2
Hex 14 54 21 4C 0 3D 43 84 3E 14
Octal 24 124 41 114 0 75 103 204 76 24
Binary 10100 1010100 100001 1001100 0 111101 1000011 10000100 111110 10100

Color Harmonies of #145421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145421

Black with #145421

Text Example


Text Example

White with #145421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145421; }

 p { color: rgb(20,84,33); }

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

background-color css

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

 a { background-color: rgb(20,84,33); }

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

border-color css

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

 span { border-color: rgb(20,84,33); }

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