Html Css Color HEX #145821 Crusoe

📋 copy color: '#145821'

red 20 ◦ green 88 ◦ blue 33

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

Shades of Crusoe #145821

Tints of Crusoe #145821

RGB

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

 GREEN value IS 88 (34.77% from 255) = 62.41%

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

R = 14.18%
G = 62.41%
B = 23.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#145821 (or 0x145821) is known color: Crusoe. HEX triplet: 14, 58 and 21. RGB value is (20,88,33). Sum of RGB (Red+Green+Blue) = 20+88+33=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #145821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145821 is #EBA7DE. Grayscale: #3D3D3D. Windows color (decimal): -15443935 or 2185236. OLE color: 2185236.

HSL color Cylindrical-coordinate representation of color #145821: hue angle of 131.47º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145821 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 33 -
CMYK 0.77 0 0.62 0.65
HSL 131.47º 0.63% 0.21% -
HSV(B) 131.47º 0.77% 0.35% -
XYZ 4.05 7.24 2.62 -
YUV 61.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 20 88 33 0.77 0 0.62 0.65 131.47 0.63 0.21
Hex 14 58 21 4D 0 3E 41 83 3F 15
Octal 24 130 41 115 0 76 101 203 77 25
Binary 10100 1011000 100001 1001101 0 111110 1000001 10000011 111111 10101

Color Harmonies of #145821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145821

Black with #145821

Text Example


Text Example

White with #145821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145821; }

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

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

background-color css

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

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

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

border-color css

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

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

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