Html Css Color HEX #356565 Oracle

📋 copy color: '#356565'

red 53 ◦ green 101 ◦ blue 101

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

Shades of Oracle #356565

Tints of Oracle #356565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.61%

R = 20.78%
G = 39.61%
B = 39.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#356565 (or 0x356565) is known color: Oracle. HEX triplet: 35, 65 and 65. RGB value is (53,101,101). Sum of RGB (Red+Green+Blue) = 53+101+101=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #356565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356565 is #CA9A9A. Grayscale: #565656. Windows color (decimal): -13277851 or 6645045. OLE color: 6645045.

HSL color Cylindrical-coordinate representation of color #356565: hue angle of 180º 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 #356565 is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 101 101 -
CMYK 0.48 0 0 0.60
HSL 180º 0.31% 0.3% -
HSV(B) 180º 0.48% 0.4% -
XYZ 8.47 11 13.99 -
YUV 86.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 53 101 101 0.48 0 0 0.60 180 0.31 0.3
Hex 35 65 65 30 0 0 3C B4 1F 1E
Octal 65 145 145 60 0 0 74 264 37 36
Binary 110101 1100101 1100101 110000 0 0 111100 10110100 11111 11110

Color Harmonies of #356565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356565

Black with #356565

Text Example


Text Example

White with #356565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356565; }

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

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

background-color css

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

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

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

border-color css

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

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

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