Html Css Color HEX #335E5D Oracle

📋 copy color: '#335E5D'

red 51 ◦ green 94 ◦ blue 93

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

Shades of Oracle #335E5D

Tints of Oracle #335E5D

RGB

 RED value IS 51 (20.31% from 255) = 21.43%

 GREEN value IS 94 (37.11% from 255) = 39.5%

 BLUE value IS 93 (36.72% from 255) = 39.08%

R = 21.43%
G = 39.5%
B = 39.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.63

RGB Variations

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

Color information

#335E5D (or 0x335E5D) is known color: Oracle. HEX triplet: 33, 5E and 5D. RGB value is (51,94,93). Sum of RGB (Red+Green+Blue) = 51+94+93=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 94 - color contains mainly: green. Hex color #335E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E5D is #CCA1A2. Grayscale: #505050. Windows color (decimal): -13410723 or 6118963. OLE color: 6118963.

HSL color Cylindrical-coordinate representation of color #335E5D: hue angle of 178.6º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335E5D is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 94 93 -
CMYK 0.46 0 0.01 0.63
HSL 178.6º 0.3% 0.28% -
HSV(B) 178.6º 0.46% 0.37% -
XYZ 7.34 9.5 11.8 -
YUV 81.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 51 94 93 0.46 0 0.01 0.63 178.6 0.3 0.28
Hex 33 5E 5D 2E 0 1 3F B3 1E 1C
Octal 63 136 135 56 0 1 77 263 36 34
Binary 110011 1011110 1011101 101110 0 1 111111 10110011 11110 11100

Color Harmonies of #335E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335E5D

Black with #335E5D

Text Example


Text Example

White with #335E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335E5D; }

 p { color: rgb(51,94,93); }

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

background-color css

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

 a { background-color: rgb(51,94,93); }

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

border-color css

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

 span { border-color: rgb(51,94,93); }

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