Html Css Color HEX #145321 Crusoe

📋 copy color: '#145321'

red 20 ◦ green 83 ◦ blue 33

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

Shades of Crusoe #145321

Tints of Crusoe #145321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 61.03%

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

R = 14.71%
G = 61.03%
B = 24.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#145321 (or 0x145321) is known color: Crusoe. HEX triplet: 14, 53 and 21. RGB value is (20,83,33). Sum of RGB (Red+Green+Blue) = 20+83+33=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #145321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145321 is #EBACDE. Grayscale: #3A3A3A. Windows color (decimal): -15445215 or 2183956. OLE color: 2183956.

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

Color convert

RGB 20 83 33 -
CMYK 0.76 0 0.60 0.67
HSL 132.38º 0.61% 0.2% -
HSV(B) 132.38º 0.76% 0.33% -
XYZ 3.66 6.45 2.49 -
YUV 58.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 20 83 33 0.76 0 0.60 0.67 132.38 0.61 0.2
Hex 14 53 21 4C 0 3C 43 84 3D 14
Octal 24 123 41 114 0 74 103 204 75 24
Binary 10100 1010011 100001 1001100 0 111100 1000011 10000100 111101 10100

Color Harmonies of #145321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145321

Black with #145321

Text Example


Text Example

White with #145321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145321; }

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

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

background-color css

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

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

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

border-color css

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

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

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