Html Css Color HEX #114E25 Crusoe

📋 copy color: '#114E25'

red 17 ◦ green 78 ◦ blue 37

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

Shades of Crusoe #114E25

Tints of Crusoe #114E25

RGB

 RED value IS 17 (7.03% from 255) = 12.88%

 GREEN value IS 78 (30.86% from 255) = 59.09%

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

R = 12.88%
G = 59.09%
B = 28.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#114E25 (or 0x114E25) is known color: Crusoe. HEX triplet: 11, 4E and 25. RGB value is (17,78,37). Sum of RGB (Red+Green+Blue) = 17+78+37=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 78 (30.86% from 255 or 59.09% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 78 - color contains mainly: green. Hex color #114E25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E25 is #EEB1DA. Grayscale: #373737. Windows color (decimal): -15643099 or 2444817. OLE color: 2444817.

HSL color Cylindrical-coordinate representation of color #114E25: hue angle of 139.67º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114E25 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 78 37 -
CMYK 0.78 0 0.53 0.69
HSL 139.67º 0.64% 0.19% -
HSV(B) 139.67º 0.78% 0.31% -
XYZ 3.29 5.7 2.68 -
YUV 55.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 17 78 37 0.78 0 0.53 0.69 139.67 0.64 0.19
Hex 11 4E 25 4E 0 35 45 8C 40 13
Octal 21 116 45 116 0 65 105 214 100 23
Binary 10001 1001110 100101 1001110 0 110101 1000101 10001100 1000000 10011

Color Harmonies of #114E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E25

Black with #114E25

Text Example


Text Example

White with #114E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114E25; }

 p { color: rgb(17,78,37); }

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

background-color css

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

 a { background-color: rgb(17,78,37); }

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

border-color css

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

 span { border-color: rgb(17,78,37); }

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