Html Css Color HEX #145127 Crusoe

📋 copy color: '#145127'

red 20 ◦ green 81 ◦ blue 39

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

Shades of Crusoe #145127

Tints of Crusoe #145127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 57.86%

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

R = 14.29%
G = 57.86%
B = 27.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#145127 (or 0x145127) is known color: Crusoe. HEX triplet: 14, 51 and 27. RGB value is (20,81,39). Sum of RGB (Red+Green+Blue) = 20+81+39=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #145127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145127 is #EBAED8. Grayscale: #3A3A3A. Windows color (decimal): -15445721 or 2576660. OLE color: 2576660.

HSL color Cylindrical-coordinate representation of color #145127: hue angle of 138.69º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145127 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 81 39 -
CMYK 0.75 0 0.52 0.68
HSL 138.69º 0.6% 0.2% -
HSV(B) 138.69º 0.75% 0.32% -
XYZ 3.6 6.18 2.92 -
YUV 57.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 20 81 39 0.75 0 0.52 0.68 138.69 0.6 0.2
Hex 14 51 27 4B 0 34 44 8B 3C 14
Octal 24 121 47 113 0 64 104 213 74 24
Binary 10100 1010001 100111 1001011 0 110100 1000100 10001011 111100 10100

Color Harmonies of #145127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145127

Black with #145127

Text Example


Text Example

White with #145127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145127; }

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

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

background-color css

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

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

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

border-color css

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

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

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