Html Css Color HEX #638230 Olive Drab

📋 copy color: '#638230'

red 99 ◦ green 130 ◦ blue 48

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

Shades of Olive Drab #638230

Tints of Olive Drab #638230

RGB

 RED value IS 99 (39.06% from 255) = 35.74%

 GREEN value IS 130 (51.17% from 255) = 46.93%

 BLUE value IS 48 (19.14% from 255) = 17.33%

R = 35.74%
G = 46.93%
B = 17.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#638230 (or 0x638230) is known color: Olive Drab. HEX triplet: 63, 82 and 30. RGB value is (99,130,48). Sum of RGB (Red+Green+Blue) = 99+130+48=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #638230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638230 is #9C7DCF. Grayscale: #6F6F6F. Windows color (decimal): -10255824 or 3179107. OLE color: 3179107.

HSL color Cylindrical-coordinate representation of color #638230: hue angle of 82.68º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #638230 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 48 -
CMYK 0.24 0 0.63 0.49
HSL 82.68º 0.46% 0.35% -
HSV(B) 82.68º 0.63% 0.51% -
XYZ 13.66 18.83 5.71 -
YUV 111.38 92.23 119.17 -
System Red Green Blue C M Y K H S L
Decimal 99 130 48 0.24 0 0.63 0.49 82.68 0.46 0.35
Hex 63 82 30 18 0 3F 31 53 2E 23
Octal 143 202 60 30 0 77 61 123 56 43
Binary 1100011 10000010 110000 11000 0 111111 110001 1010011 101110 100011

Color Harmonies of #638230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638230

Black with #638230

Text Example


Text Example

White with #638230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638230; }

 p { color: rgb(99,130,48); }

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

background-color css

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

 a { background-color: rgb(99,130,48); }

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

border-color css

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

 span { border-color: rgb(99,130,48); }

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