Html Css Color HEX #53652B Dark Olive Green

📋 copy color: '#53652B'

red 83 ◦ green 101 ◦ blue 43

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

Shades of Dark Olive Green #53652B

Tints of Dark Olive Green #53652B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.49%

 BLUE value IS 43 (17.19% from 255) = 18.94%

R = 36.56%
G = 44.49%
B = 18.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#53652B (or 0x53652B) is known color: Dark Olive Green. HEX triplet: 53, 65 and 2B. RGB value is (83,101,43). Sum of RGB (Red+Green+Blue) = 83+101+43=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #53652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53652B is #AC9AD4. Grayscale: #595959. Windows color (decimal): -11311829 or 2843987. OLE color: 2843987.

HSL color Cylindrical-coordinate representation of color #53652B: hue angle of 78.62º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53652B is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 43 -
CMYK 0.18 0 0.57 0.60
HSL 78.62º 0.4% 0.28% -
HSV(B) 78.62º 0.57% 0.4% -
XYZ 8.66 11.32 4.01 -
YUV 89.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 83 101 43 0.18 0 0.57 0.60 78.62 0.4 0.28
Hex 53 65 2B 12 0 39 3C 4F 28 1C
Octal 123 145 53 22 0 71 74 117 50 34
Binary 1010011 1100101 101011 10010 0 111001 111100 1001111 101000 11100

Color Harmonies of #53652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53652B

Black with #53652B

Text Example


Text Example

White with #53652B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53652B; }

 p { color: rgb(83,101,43); }

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

background-color css

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

 a { background-color: rgb(83,101,43); }

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

border-color css

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

 span { border-color: rgb(83,101,43); }

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