Html Css Color HEX #536625 Dark Olive Green

📋 copy color: '#536625'

red 83 ◦ green 102 ◦ blue 37

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

Shades of Dark Olive Green #536625

Tints of Dark Olive Green #536625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.67%

R = 37.39%
G = 45.95%
B = 16.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#536625 (or 0x536625) is known color: Dark Olive Green. HEX triplet: 53, 66 and 25. RGB value is (83,102,37). Sum of RGB (Red+Green+Blue) = 83+102+37=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #536625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536625 is #AC99DA. Grayscale: #595959. Windows color (decimal): -11311579 or 2451027. OLE color: 2451027.

HSL color Cylindrical-coordinate representation of color #536625: hue angle of 77.54º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #536625 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 102 37 -
CMYK 0.19 0 0.64 0.6
HSL 77.54º 0.47% 0.27% -
HSV(B) 77.54º 0.64% 0.4% -
XYZ 8.65 11.48 3.51 -
YUV 88.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 83 102 37 0.19 0 0.64 0.6 77.54 0.47 0.27
Hex 53 66 25 13 0 40 3C 4E 2F 1B
Octal 123 146 45 23 0 100 74 116 57 33
Binary 1010011 1100110 100101 10011 0 1000000 111100 1001110 101111 11011

Color Harmonies of #536625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536625

Black with #536625

Text Example


Text Example

White with #536625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536625; }

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

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

background-color css

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

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

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

border-color css

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

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

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