Html Css Color HEX #536427 Dark Olive Green

📋 copy color: '#536427'

red 83 ◦ green 100 ◦ blue 39

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

Shades of Dark Olive Green #536427

Tints of Dark Olive Green #536427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.05%

 BLUE value IS 39 (15.63% from 255) = 17.57%

R = 37.39%
G = 45.05%
B = 17.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#536427 (or 0x536427) is known color: Dark Olive Green. HEX triplet: 53, 64 and 27. RGB value is (83,100,39). Sum of RGB (Red+Green+Blue) = 83+100+39=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #536427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536427 is #AC9BD8. Grayscale: #585858. Windows color (decimal): -11312089 or 2581587. OLE color: 2581587.

HSL color Cylindrical-coordinate representation of color #536427: hue angle of 76.72º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #536427 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 100 39 -
CMYK 0.17 0 0.61 0.61
HSL 76.72º 0.44% 0.27% -
HSV(B) 76.72º 0.61% 0.39% -
XYZ 8.49 11.1 3.61 -
YUV 87.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 83 100 39 0.17 0 0.61 0.61 76.72 0.44 0.27
Hex 53 64 27 11 0 3D 3D 4D 2C 1B
Octal 123 144 47 21 0 75 75 115 54 33
Binary 1010011 1100100 100111 10001 0 111101 111101 1001101 101100 11011

Color Harmonies of #536427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536427

Black with #536427

Text Example


Text Example

White with #536427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536427; }

 p { color: rgb(83,100,39); }

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

background-color css

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

 a { background-color: rgb(83,100,39); }

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

border-color css

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

 span { border-color: rgb(83,100,39); }

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