Html Css Color HEX #145625 Crusoe

📋 copy color: '#145625'

red 20 ◦ green 86 ◦ blue 37

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

Shades of Crusoe #145625

Tints of Crusoe #145625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.87%

R = 13.99%
G = 60.14%
B = 25.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#145625 (or 0x145625) is known color: Crusoe. HEX triplet: 14, 56 and 25. RGB value is (20,86,37). Sum of RGB (Red+Green+Blue) = 20+86+37=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 86 (33.98% from 255 or 60.14% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 86 - color contains mainly: green. Hex color #145625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145625 is #EBA9DA. Grayscale: #3C3C3C. Windows color (decimal): -15444443 or 2446868. OLE color: 2446868.

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

Color convert

RGB 20 86 37 -
CMYK 0.77 0 0.57 0.66
HSL 135.45º 0.62% 0.21% -
HSV(B) 135.45º 0.77% 0.34% -
XYZ 3.95 6.94 2.88 -
YUV 60.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 20 86 37 0.77 0 0.57 0.66 135.45 0.62 0.21
Hex 14 56 25 4D 0 39 42 87 3E 15
Octal 24 126 45 115 0 71 102 207 76 25
Binary 10100 1010110 100101 1001101 0 111001 1000010 10000111 111110 10101

Color Harmonies of #145625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145625

Black with #145625

Text Example


Text Example

White with #145625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145625; }

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

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

background-color css

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

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

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

border-color css

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

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

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