Html Css Color HEX #538702 Olive Drab

📋 copy color: '#538702'

red 83 ◦ green 135 ◦ blue 2

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

Shades of Olive Drab #538702

Tints of Olive Drab #538702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 61.36%

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 37.73%
G = 61.36%
B = 0.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#538702 (or 0x538702) is known color: Olive Drab. HEX triplet: 53, 87 and 02. RGB value is (83,135,2). Sum of RGB (Red+Green+Blue) = 83+135+2=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 135 (53.12% from 255 or 61.36% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 135 - color contains mainly: green. Hex color #538702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538702 is #AC78FD. Grayscale: #686868. Windows color (decimal): -11303166 or 165715. OLE color: 165715.

HSL color Cylindrical-coordinate representation of color #538702: hue angle of 83.46º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #538702 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 135 2 -
CMYK 0.39 0 0.99 0.47
HSL 83.46º 0.97% 0.27% -
HSV(B) 83.46º 0.99% 0.53% -
XYZ 12.24 19.17 3.11 -
YUV 104.29 70.27 112.81 -
System Red Green Blue C M Y K H S L
Decimal 83 135 2 0.39 0 0.99 0.47 83.46 0.97 0.27
Hex 53 87 2 27 0 63 2F 53 61 1B
Octal 123 207 2 47 0 143 57 123 141 33
Binary 1010011 10000111 10 100111 0 1100011 101111 1010011 1100001 11011

Color Harmonies of #538702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538702

Black with #538702

Text Example


Text Example

White with #538702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538702; }

 p { color: rgb(83,135,2); }

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

background-color css

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

 a { background-color: rgb(83,135,2); }

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

border-color css

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

 span { border-color: rgb(83,135,2); }

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