Html Css Color HEX #5B7C38 Dingley

📋 copy color: '#5B7C38'

red 91 ◦ green 124 ◦ blue 56

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

Shades of Dingley #5B7C38

Tints of Dingley #5B7C38

RGB

 RED value IS 91 (35.94% from 255) = 33.58%

 GREEN value IS 124 (48.83% from 255) = 45.76%

 BLUE value IS 56 (22.27% from 255) = 20.66%

R = 33.58%
G = 45.76%
B = 20.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#5B7C38 (or 0x5B7C38) is known color: Dingley. HEX triplet: 5B, 7C and 38. RGB value is (91,124,56). Sum of RGB (Red+Green+Blue) = 91+124+56=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #5B7C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7C38 is #A483C7. Grayscale: #6A6A6A. Windows color (decimal): -10781640 or 3701851. OLE color: 3701851.

HSL color Cylindrical-coordinate representation of color #5B7C38: hue angle of 89.12º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B7C38 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 124 56 -
CMYK 0.27 0 0.55 0.51
HSL 89.12º 0.38% 0.35% -
HSV(B) 89.12º 0.55% 0.49% -
XYZ 12.24 16.92 6.36 -
YUV 106.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 91 124 56 0.27 0 0.55 0.51 89.12 0.38 0.35
Hex 5B 7C 38 1B 0 37 33 59 26 23
Octal 133 174 70 33 0 67 63 131 46 43
Binary 1011011 1111100 111000 11011 0 110111 110011 1011001 100110 100011

Color Harmonies of #5B7C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7C38

Black with #5B7C38

Text Example


Text Example

White with #5B7C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,124,56); }

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

background-color css

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

 a { background-color: rgb(91,124,56); }

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

border-color css

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

 span { border-color: rgb(91,124,56); }

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