Html Css Color HEX #145925 Crusoe

📋 copy color: '#145925'

red 20 ◦ green 89 ◦ blue 37

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

Shades of Crusoe #145925

Tints of Crusoe #145925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 60.96%

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

R = 13.7%
G = 60.96%
B = 25.34%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#145925 (or 0x145925) is known color: Crusoe. HEX triplet: 14, 59 and 25. RGB value is (20,89,37). Sum of RGB (Red+Green+Blue) = 20+89+37=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #145925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145925 is #EBA6DA. Grayscale: #3E3E3E. Windows color (decimal): -15443675 or 2447636. OLE color: 2447636.

HSL color Cylindrical-coordinate representation of color #145925: hue angle of 134.78º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145925 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 89 37 -
CMYK 0.78 0 0.58 0.65
HSL 134.78º 0.63% 0.21% -
HSV(B) 134.78º 0.78% 0.35% -
XYZ 4.19 7.43 2.96 -
YUV 62.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 20 89 37 0.78 0 0.58 0.65 134.78 0.63 0.21
Hex 14 59 25 4E 0 3A 41 87 3F 15
Octal 24 131 45 116 0 72 101 207 77 25
Binary 10100 1011001 100101 1001110 0 111010 1000001 10000111 111111 10101

Color Harmonies of #145925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145925

Black with #145925

Text Example


Text Example

White with #145925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145925; }

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

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

background-color css

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

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

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

border-color css

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

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

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