Html Css Color HEX #5A6334 Saratoga

📋 copy color: '#5A6334'

red 90 ◦ green 99 ◦ blue 52

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

Shades of Saratoga #5A6334

Tints of Saratoga #5A6334

RGB

 RED value IS 90 (35.55% from 255) = 37.34%

 GREEN value IS 99 (39.06% from 255) = 41.08%

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 37.34%
G = 41.08%
B = 21.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#5A6334 (or 0x5A6334) is known color: Saratoga. HEX triplet: 5A, 63 and 34. RGB value is (90,99,52). Sum of RGB (Red+Green+Blue) = 90+99+52=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6334 is #A59CCB. Grayscale: #5B5B5B. Windows color (decimal): -10853580 or 3433306. OLE color: 3433306.

HSL color Cylindrical-coordinate representation of color #5A6334: hue angle of 71.49º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A6334 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 99 52 -
CMYK 0.09 0 0.47 0.61
HSL 71.49º 0.31% 0.3% -
HSV(B) 71.49º 0.47% 0.39% -
XYZ 9.3 11.35 4.95 -
YUV 90.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 90 99 52 0.09 0 0.47 0.61 71.49 0.31 0.3
Hex 5A 63 34 9 0 2F 3D 47 1F 1E
Octal 132 143 64 11 0 57 75 107 37 36
Binary 1011010 1100011 110100 1001 0 101111 111101 1000111 11111 11110

Color Harmonies of #5A6334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6334

Black with #5A6334

Text Example


Text Example

White with #5A6334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6334; }

 p { color: rgb(90,99,52); }

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

background-color css

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

 a { background-color: rgb(90,99,52); }

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

border-color css

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

 span { border-color: rgb(90,99,52); }

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