Html Css Color HEX #33605C Oracle

📋 copy color: '#33605C'

red 51 ◦ green 96 ◦ blue 92

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

Shades of Oracle #33605C

Tints of Oracle #33605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.17%

 BLUE value IS 92 (36.33% from 255) = 38.49%

R = 21.34%
G = 40.17%
B = 38.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#33605C (or 0x33605C) is known color: Oracle. HEX triplet: 33, 60 and 5C. RGB value is (51,96,92). Sum of RGB (Red+Green+Blue) = 51+96+92=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #33605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33605C is #CC9FA3. Grayscale: #525252. Windows color (decimal): -13410212 or 6053939. OLE color: 6053939.

HSL color Cylindrical-coordinate representation of color #33605C: hue angle of 174.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33605C is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 96 92 -
CMYK 0.47 0 0.04 0.62
HSL 174.67º 0.31% 0.29% -
HSV(B) 174.67º 0.47% 0.38% -
XYZ 7.48 9.84 11.63 -
YUV 82.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 51 96 92 0.47 0 0.04 0.62 174.67 0.31 0.29
Hex 33 60 5C 2F 0 4 3E AF 1F 1D
Octal 63 140 134 57 0 4 76 257 37 35
Binary 110011 1100000 1011100 101111 0 100 111110 10101111 11111 11101

Color Harmonies of #33605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33605C

Black with #33605C

Text Example


Text Example

White with #33605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33605C; }

 p { color: rgb(51,96,92); }

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

background-color css

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

 a { background-color: rgb(51,96,92); }

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

border-color css

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

 span { border-color: rgb(51,96,92); }

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