Html Css Color HEX #356561 Oracle

📋 copy color: '#356561'

red 53 ◦ green 101 ◦ blue 97

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

Shades of Oracle #356561

Tints of Oracle #356561

RGB

 RED value IS 53 (21.09% from 255) = 21.12%

 GREEN value IS 101 (39.84% from 255) = 40.24%

 BLUE value IS 97 (38.28% from 255) = 38.65%

R = 21.12%
G = 40.24%
B = 38.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#356561 (or 0x356561) is known color: Oracle. HEX triplet: 35, 65 and 61. RGB value is (53,101,97). Sum of RGB (Red+Green+Blue) = 53+101+97=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #356561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356561 is #CA9A9E. Grayscale: #565656. Windows color (decimal): -13277855 or 6382901. OLE color: 6382901.

HSL color Cylindrical-coordinate representation of color #356561: hue angle of 175º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356561 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 101 97 -
CMYK 0.48 0 0.04 0.60
HSL 175º 0.31% 0.3% -
HSV(B) 175º 0.48% 0.4% -
XYZ 8.28 10.93 12.98 -
YUV 86.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 53 101 97 0.48 0 0.04 0.60 175 0.31 0.3
Hex 35 65 61 30 0 4 3C AF 1F 1E
Octal 65 145 141 60 0 4 74 257 37 36
Binary 110101 1100101 1100001 110000 0 100 111100 10101111 11111 11110

Color Harmonies of #356561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356561

Black with #356561

Text Example


Text Example

White with #356561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356561; }

 p { color: rgb(53,101,97); }

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

background-color css

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

 a { background-color: rgb(53,101,97); }

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

border-color css

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

 span { border-color: rgb(53,101,97); }

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