Html Css Color HEX #145D25 Crusoe

📋 copy color: '#145D25'

red 20 ◦ green 93 ◦ blue 37

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

Shades of Crusoe #145D25

Tints of Crusoe #145D25

RGB

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

 GREEN value IS 93 (36.72% from 255) = 62%

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

R = 13.33%
G = 62%
B = 24.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#145D25 (or 0x145D25) is known color: Crusoe. HEX triplet: 14, 5D and 25. RGB value is (20,93,37). Sum of RGB (Red+Green+Blue) = 20+93+37=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 93 (36.72% from 255 or 62% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 93 - color contains mainly: green. Hex color #145D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145D25 is #EBA2DA. Grayscale: #404040. Windows color (decimal): -15442651 or 2448660. OLE color: 2448660.

HSL color Cylindrical-coordinate representation of color #145D25: hue angle of 133.97º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145D25 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 93 37 -
CMYK 0.78 0 0.60 0.64
HSL 133.97º 0.65% 0.22% -
HSV(B) 133.97º 0.78% 0.36% -
XYZ 4.54 8.11 3.08 -
YUV 64.79 112.32 96.05 -
System Red Green Blue C M Y K H S L
Decimal 20 93 37 0.78 0 0.60 0.64 133.97 0.65 0.22
Hex 14 5D 25 4E 0 3C 40 86 41 16
Octal 24 135 45 116 0 74 100 206 101 26
Binary 10100 1011101 100101 1001110 0 111100 1000000 10000110 1000001 10110

Color Harmonies of #145D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145D25

Black with #145D25

Text Example


Text Example

White with #145D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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