Html Css Color HEX #5D8B3D Dingley

📋 copy color: '#5D8B3D'

red 93 ◦ green 139 ◦ blue 61

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

Shades of Dingley #5D8B3D

Tints of Dingley #5D8B3D

RGB

 RED value IS 93 (36.72% from 255) = 31.74%

 GREEN value IS 139 (54.69% from 255) = 47.44%

 BLUE value IS 61 (24.22% from 255) = 20.82%

R = 31.74%
G = 47.44%
B = 20.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#5D8B3D (or 0x5D8B3D) is known color: Dingley. HEX triplet: 5D, 8B and 3D. RGB value is (93,139,61). Sum of RGB (Red+Green+Blue) = 93+139+61=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #5D8B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8B3D is #A274C2. Grayscale: #747474. Windows color (decimal): -10646723 or 4033373. OLE color: 4033373.

HSL color Cylindrical-coordinate representation of color #5D8B3D: hue angle of 95.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D8B3D is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 139 61 -
CMYK 0.33 0 0.56 0.45
HSL 95.38º 0.39% 0.39% -
HSV(B) 95.38º 0.56% 0.55% -
XYZ 14.59 21.13 7.72 -
YUV 116.35 96.76 111.34 -
System Red Green Blue C M Y K H S L
Decimal 93 139 61 0.33 0 0.56 0.45 95.38 0.39 0.39
Hex 5D 8B 3D 21 0 38 2D 5F 27 27
Octal 135 213 75 41 0 70 55 137 47 47
Binary 1011101 10001011 111101 100001 0 111000 101101 1011111 100111 100111

Color Harmonies of #5D8B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8B3D

Black with #5D8B3D

Text Example


Text Example

White with #5D8B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,139,61); }

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

background-color css

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

 a { background-color: rgb(93,139,61); }

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

border-color css

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

 span { border-color: rgb(93,139,61); }

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