Html Css Color HEX #145320 Crusoe

📋 copy color: '#145320'

red 20 ◦ green 83 ◦ blue 32

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

Shades of Crusoe #145320

Tints of Crusoe #145320

RGB

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

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

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

R = 14.81%
G = 61.48%
B = 23.7%

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

#145320 (or 0x145320) is known color: Crusoe. HEX triplet: 14, 53 and 20. RGB value is (20,83,32). Sum of RGB (Red+Green+Blue) = 20+83+32=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #145320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145320 is #EBACDF. Grayscale: #3A3A3A. Windows color (decimal): -15445216 or 2118420. OLE color: 2118420.

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

Color convert

RGB 20 83 32 -
CMYK 0.76 0 0.61 0.67
HSL 131.43º 0.61% 0.2% -
HSV(B) 131.43º 0.76% 0.33% -
XYZ 3.64 6.44 2.42 -
YUV 58.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 20 83 32 0.76 0 0.61 0.67 131.43 0.61 0.2
Hex 14 53 20 4C 0 3D 43 83 3D 14
Octal 24 123 40 114 0 75 103 203 75 24
Binary 10100 1010011 100000 1001100 0 111101 1000011 10000011 111101 10100

Color Harmonies of #145320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145320

Black with #145320

Text Example


Text Example

White with #145320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145320; }

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

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

background-color css

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

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

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

border-color css

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

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

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