Html Css Color HEX #145722 Crusoe

📋 copy color: '#145722'

red 20 ◦ green 87 ◦ blue 34

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

Shades of Crusoe #145722

Tints of Crusoe #145722

RGB

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

 GREEN value IS 87 (34.38% from 255) = 61.7%

 BLUE value IS 34 (13.67% from 255) = 24.11%

R = 14.18%
G = 61.7%
B = 24.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#145722 (or 0x145722) is known color: Crusoe. HEX triplet: 14, 57 and 22. RGB value is (20,87,34). Sum of RGB (Red+Green+Blue) = 20+87+34=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 87 (34.38% from 255 or 61.70% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 87 - color contains mainly: green. Hex color #145722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145722 is #EBA8DD. Grayscale: #3D3D3D. Windows color (decimal): -15444190 or 2250516. OLE color: 2250516.

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

Color convert

RGB 20 87 34 -
CMYK 0.77 0 0.61 0.66
HSL 132.54º 0.63% 0.21% -
HSV(B) 132.54º 0.77% 0.34% -
XYZ 3.99 7.08 2.67 -
YUV 60.93 112.8 98.81 -
System Red Green Blue C M Y K H S L
Decimal 20 87 34 0.77 0 0.61 0.66 132.54 0.63 0.21
Hex 14 57 22 4D 0 3D 42 85 3F 15
Octal 24 127 42 115 0 75 102 205 77 25
Binary 10100 1010111 100010 1001101 0 111101 1000010 10000101 111111 10101

Color Harmonies of #145722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145722

Black with #145722

Text Example


Text Example

White with #145722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145722; }

 p { color: rgb(20,87,34); }

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

background-color css

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

 a { background-color: rgb(20,87,34); }

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

border-color css

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

 span { border-color: rgb(20,87,34); }

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