Html Css Color HEX #3A5C5A Oracle

📋 copy color: '#3A5C5A'

red 58 ◦ green 92 ◦ blue 90

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

Shades of Oracle #3A5C5A

Tints of Oracle #3A5C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.33%

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 24.17%
G = 38.33%
B = 37.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#3A5C5A (or 0x3A5C5A) is known color: Oracle. HEX triplet: 3A, 5C and 5A. RGB value is (58,92,90). Sum of RGB (Red+Green+Blue) = 58+92+90=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C5A is #C5A3A5. Grayscale: #515151. Windows color (decimal): -12952486 or 5921850. OLE color: 5921850.

HSL color Cylindrical-coordinate representation of color #3A5C5A: hue angle of 176.47º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A5C5A is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 92 90 -
CMYK 0.37 0 0.02 0.64
HSL 176.47º 0.23% 0.29% -
HSV(B) 176.47º 0.37% 0.36% -
XYZ 7.42 9.29 11.08 -
YUV 81.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 58 92 90 0.37 0 0.02 0.64 176.47 0.23 0.29
Hex 3A 5C 5A 25 0 2 40 B0 17 1D
Octal 72 134 132 45 0 2 100 260 27 35
Binary 111010 1011100 1011010 100101 0 10 1000000 10110000 10111 11101

Color Harmonies of #3A5C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5C5A

Black with #3A5C5A

Text Example


Text Example

White with #3A5C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,92,90); }

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

background-color css

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

 a { background-color: rgb(58,92,90); }

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

border-color css

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

 span { border-color: rgb(58,92,90); }

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