Html Css Color HEX #145D27 Crusoe

📋 copy color: '#145D27'

red 20 ◦ green 93 ◦ blue 39

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

Shades of Crusoe #145D27

Tints of Crusoe #145D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.66%

R = 13.16%
G = 61.18%
B = 25.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#145D27 (or 0x145D27) is known color: Crusoe. HEX triplet: 14, 5D and 27. RGB value is (20,93,39). Sum of RGB (Red+Green+Blue) = 20+93+39=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 93 (36.72% from 255 or 61.18% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 93 - color contains mainly: green. Hex color #145D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145D27 is #EBA2D8. Grayscale: #414141. Windows color (decimal): -15442649 or 2579732. OLE color: 2579732.

HSL color Cylindrical-coordinate representation of color #145D27: hue angle of 135.62º 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 #145D27 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 93 39 -
CMYK 0.78 0 0.58 0.64
HSL 135.62º 0.65% 0.22% -
HSV(B) 135.62º 0.78% 0.36% -
XYZ 4.57 8.12 3.25 -
YUV 65.02 113.32 95.89 -
System Red Green Blue C M Y K H S L
Decimal 20 93 39 0.78 0 0.58 0.64 135.62 0.65 0.22
Hex 14 5D 27 4E 0 3A 40 88 41 16
Octal 24 135 47 116 0 72 100 210 101 26
Binary 10100 1011101 100111 1001110 0 111010 1000000 10001000 1000001 10110

Color Harmonies of #145D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145D27

Black with #145D27

Text Example


Text Example

White with #145D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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