Html Css Color HEX #3A5955 Oracle

📋 copy color: '#3A5955'

red 58 ◦ green 89 ◦ blue 85

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

Shades of Oracle #3A5955

Tints of Oracle #3A5955

RGB

 RED value IS 58 (23.05% from 255) = 25%

 GREEN value IS 89 (35.16% from 255) = 38.36%

 BLUE value IS 85 (33.59% from 255) = 36.64%

R = 25%
G = 38.36%
B = 36.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#3A5955 (or 0x3A5955) is known color: Oracle. HEX triplet: 3A, 59 and 55. RGB value is (58,89,85). Sum of RGB (Red+Green+Blue) = 58+89+85=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5955 is #C5A6AA. Grayscale: #4F4F4F. Windows color (decimal): -12953259 or 5593402. OLE color: 5593402.

HSL color Cylindrical-coordinate representation of color #3A5955: hue angle of 172.26º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A5955 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 89 85 -
CMYK 0.35 0 0.04 0.65
HSL 172.26º 0.21% 0.29% -
HSV(B) 172.26º 0.35% 0.35% -
XYZ 6.96 8.7 9.91 -
YUV 79.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 58 89 85 0.35 0 0.04 0.65 172.26 0.21 0.29
Hex 3A 59 55 23 0 4 41 AC 15 1D
Octal 72 131 125 43 0 4 101 254 25 35
Binary 111010 1011001 1010101 100011 0 100 1000001 10101100 10101 11101

Color Harmonies of #3A5955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5955

Black with #3A5955

Text Example


Text Example

White with #3A5955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5955; }

 p { color: rgb(58,89,85); }

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

background-color css

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

 a { background-color: rgb(58,89,85); }

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

border-color css

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

 span { border-color: rgb(58,89,85); }

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