Html Css Color HEX #145936 Crusoe

📋 copy color: '#145936'

red 20 ◦ green 89 ◦ blue 54

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

Shades of Crusoe #145936

Tints of Crusoe #145936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.13%

R = 12.27%
G = 54.6%
B = 33.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#145936 (or 0x145936) is known color: Crusoe. HEX triplet: 14, 59 and 36. RGB value is (20,89,54). Sum of RGB (Red+Green+Blue) = 20+89+54=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #145936 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145936 is #EBA6C9. Grayscale: #404040. Windows color (decimal): -15443658 or 3561748. OLE color: 3561748.

HSL color Cylindrical-coordinate representation of color #145936: hue angle of 149.57º 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 #145936 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 89 54 -
CMYK 0.78 0 0.39 0.65
HSL 149.57º 0.63% 0.21% -
HSV(B) 149.57º 0.78% 0.35% -
XYZ 4.53 7.56 4.71 -
YUV 64.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 20 89 54 0.78 0 0.39 0.65 149.57 0.63 0.21
Hex 14 59 36 4E 0 27 41 96 3F 15
Octal 24 131 66 116 0 47 101 226 77 25
Binary 10100 1011001 110110 1001110 0 100111 1000001 10010110 111111 10101

Color Harmonies of #145936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145936

Black with #145936

Text Example


Text Example

White with #145936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145936; }

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

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

background-color css

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

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

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

border-color css

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

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

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