Html Css Color HEX #536130 Dark Olive Green

📋 copy color: '#536130'

red 83 ◦ green 97 ◦ blue 48

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

Shades of Dark Olive Green #536130

Tints of Dark Olive Green #536130

RGB

 RED value IS 83 (32.81% from 255) = 36.4%

 GREEN value IS 97 (38.28% from 255) = 42.54%

 BLUE value IS 48 (19.14% from 255) = 21.05%

R = 36.4%
G = 42.54%
B = 21.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#536130 (or 0x536130) is known color: Dark Olive Green. HEX triplet: 53, 61 and 30. RGB value is (83,97,48). Sum of RGB (Red+Green+Blue) = 83+97+48=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #536130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536130 is #AC9ECF. Grayscale: #575757. Windows color (decimal): -11312848 or 3170643. OLE color: 3170643.

HSL color Cylindrical-coordinate representation of color #536130: hue angle of 77.14º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #536130 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 97 48 -
CMYK 0.14 0 0.51 0.62
HSL 77.14º 0.34% 0.28% -
HSV(B) 77.14º 0.51% 0.38% -
XYZ 8.38 10.6 4.4 -
YUV 87.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 83 97 48 0.14 0 0.51 0.62 77.14 0.34 0.28
Hex 53 61 30 E 0 33 3E 4D 22 1C
Octal 123 141 60 16 0 63 76 115 42 34
Binary 1010011 1100001 110000 1110 0 110011 111110 1001101 100010 11100

Color Harmonies of #536130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536130

Black with #536130

Text Example


Text Example

White with #536130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536130; }

 p { color: rgb(83,97,48); }

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

background-color css

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

 a { background-color: rgb(83,97,48); }

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

border-color css

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

 span { border-color: rgb(83,97,48); }

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