Html Css Color HEX #538302 Olive Drab

📋 copy color: '#538302'

red 83 ◦ green 131 ◦ blue 2

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

Shades of Olive Drab #538302

Tints of Olive Drab #538302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.65%

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

R = 38.43%
G = 60.65%
B = 0.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#538302 (or 0x538302) is known color: Olive Drab. HEX triplet: 53, 83 and 02. RGB value is (83,131,2). Sum of RGB (Red+Green+Blue) = 83+131+2=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 131 (51.56% from 255 or 60.65% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 131 - color contains mainly: green. Hex color #538302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538302 is #AC7CFD. Grayscale: #666666. Windows color (decimal): -11304190 or 164691. OLE color: 164691.

HSL color Cylindrical-coordinate representation of color #538302: hue angle of 82.33º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #538302 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 131 2 -
CMYK 0.37 0 0.98 0.49
HSL 82.33º 0.97% 0.26% -
HSV(B) 82.33º 0.98% 0.51% -
XYZ 11.69 18.08 2.93 -
YUV 101.94 71.6 114.49 -
System Red Green Blue C M Y K H S L
Decimal 83 131 2 0.37 0 0.98 0.49 82.33 0.97 0.26
Hex 53 83 2 25 0 62 31 52 61 1A
Octal 123 203 2 45 0 142 61 122 141 32
Binary 1010011 10000011 10 100101 0 1100010 110001 1010010 1100001 11010

Color Harmonies of #538302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538302

Black with #538302

Text Example


Text Example

White with #538302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538302; }

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

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

background-color css

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

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

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

border-color css

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

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

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