Html Css Color HEX #53662B Dark Olive Green

📋 copy color: '#53662B'

red 83 ◦ green 102 ◦ blue 43

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

Shades of Dark Olive Green #53662B

Tints of Dark Olive Green #53662B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.74%

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

R = 36.4%
G = 44.74%
B = 18.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#53662B (or 0x53662B) is known color: Dark Olive Green. HEX triplet: 53, 66 and 2B. RGB value is (83,102,43). Sum of RGB (Red+Green+Blue) = 83+102+43=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #53662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53662B is #AC99D4. Grayscale: #595959. Windows color (decimal): -11311573 or 2844243. OLE color: 2844243.

HSL color Cylindrical-coordinate representation of color #53662B: hue angle of 79.32º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53662B is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 102 43 -
CMYK 0.19 0 0.58 0.6
HSL 79.32º 0.41% 0.28% -
HSV(B) 79.32º 0.58% 0.4% -
XYZ 8.75 11.52 4.05 -
YUV 89.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 83 102 43 0.19 0 0.58 0.6 79.32 0.41 0.28
Hex 53 66 2B 13 0 3A 3C 4F 29 1C
Octal 123 146 53 23 0 72 74 117 51 34
Binary 1010011 1100110 101011 10011 0 111010 111100 1001111 101001 11100

Color Harmonies of #53662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53662B

Black with #53662B

Text Example


Text Example

White with #53662B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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