Html Css Color HEX #145623 Crusoe

📋 copy color: '#145623'

red 20 ◦ green 86 ◦ blue 35

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

Shades of Crusoe #145623

Tints of Crusoe #145623

RGB

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

 GREEN value IS 86 (33.98% from 255) = 60.99%

 BLUE value IS 35 (14.06% from 255) = 24.82%

R = 14.18%
G = 60.99%
B = 24.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#145623 (or 0x145623) is known color: Crusoe. HEX triplet: 14, 56 and 23. RGB value is (20,86,35). Sum of RGB (Red+Green+Blue) = 20+86+35=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 86 (33.98% from 255 or 60.99% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 86 - color contains mainly: green. Hex color #145623 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145623 is #EBA9DC. Grayscale: #3C3C3C. Windows color (decimal): -15444445 or 2315796. OLE color: 2315796.

HSL color Cylindrical-coordinate representation of color #145623: hue angle of 133.64º degrees, saturation: 0.62, 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 #145623 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 86 35 -
CMYK 0.77 0 0.59 0.66
HSL 133.64º 0.62% 0.21% -
HSV(B) 133.64º 0.77% 0.34% -
XYZ 3.92 6.93 2.72 -
YUV 60.45 113.63 99.15 -
System Red Green Blue C M Y K H S L
Decimal 20 86 35 0.77 0 0.59 0.66 133.64 0.62 0.21
Hex 14 56 23 4D 0 3B 42 86 3E 15
Octal 24 126 43 115 0 73 102 206 76 25
Binary 10100 1010110 100011 1001101 0 111011 1000010 10000110 111110 10101

Color Harmonies of #145623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145623

Black with #145623

Text Example


Text Example

White with #145623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145623; }

 p { color: rgb(20,86,35); }

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

background-color css

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

 a { background-color: rgb(20,86,35); }

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

border-color css

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

 span { border-color: rgb(20,86,35); }

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