Html Css Color HEX #5E7B41 Dingley

📋 copy color: '#5E7B41'

red 94 ◦ green 123 ◦ blue 65

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

Shades of Dingley #5E7B41

Tints of Dingley #5E7B41

RGB

 RED value IS 94 (37.11% from 255) = 33.33%

 GREEN value IS 123 (48.44% from 255) = 43.62%

 BLUE value IS 65 (25.78% from 255) = 23.05%

R = 33.33%
G = 43.62%
B = 23.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#5E7B41 (or 0x5E7B41) is known color: Dingley. HEX triplet: 5E, 7B and 41. RGB value is (94,123,65). Sum of RGB (Red+Green+Blue) = 94+123+65=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7B41 is #A184BE. Grayscale: #6B6B6B. Windows color (decimal): -10585279 or 4291422. OLE color: 4291422.

HSL color Cylindrical-coordinate representation of color #5E7B41: hue angle of 90º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E7B41 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 123 65 -
CMYK 0.24 0 0.47 0.52
HSL 90º 0.31% 0.37% -
HSV(B) 90º 0.47% 0.48% -
XYZ 12.65 16.93 7.6 -
YUV 107.72 103.89 118.22 -
System Red Green Blue C M Y K H S L
Decimal 94 123 65 0.24 0 0.47 0.52 90 0.31 0.37
Hex 5E 7B 41 18 0 2F 34 5A 1F 25
Octal 136 173 101 30 0 57 64 132 37 45
Binary 1011110 1111011 1000001 11000 0 101111 110100 1011010 11111 100101

Color Harmonies of #5E7B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7B41

Black with #5E7B41

Text Example


Text Example

White with #5E7B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E7B41; }

 p { color: rgb(94,123,65); }

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

background-color css

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

 a { background-color: rgb(94,123,65); }

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

border-color css

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

 span { border-color: rgb(94,123,65); }

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