Html Css Color HEX #34615E Oracle

📋 copy color: '#34615E'

red 52 ◦ green 97 ◦ blue 94

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

Shades of Oracle #34615E

Tints of Oracle #34615E

RGB

 RED value IS 52 (20.7% from 255) = 21.4%

 GREEN value IS 97 (38.28% from 255) = 39.92%

 BLUE value IS 94 (37.11% from 255) = 38.68%

R = 21.4%
G = 39.92%
B = 38.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#34615E (or 0x34615E) is known color: Oracle. HEX triplet: 34, 61 and 5E. RGB value is (52,97,94). Sum of RGB (Red+Green+Blue) = 52+97+94=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #34615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34615E is #CB9EA1. Grayscale: #535353. Windows color (decimal): -13344418 or 6185268. OLE color: 6185268.

HSL color Cylindrical-coordinate representation of color #34615E: hue angle of 176º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34615E is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 97 94 -
CMYK 0.46 0 0.03 0.62
HSL 176º 0.3% 0.29% -
HSV(B) 176º 0.46% 0.38% -
XYZ 7.71 10.09 12.13 -
YUV 83.2 134.09 105.74 -
System Red Green Blue C M Y K H S L
Decimal 52 97 94 0.46 0 0.03 0.62 176 0.3 0.29
Hex 34 61 5E 2E 0 3 3E B0 1E 1D
Octal 64 141 136 56 0 3 76 260 36 35
Binary 110100 1100001 1011110 101110 0 11 111110 10110000 11110 11101

Color Harmonies of #34615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34615E

Black with #34615E

Text Example


Text Example

White with #34615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34615E; }

 p { color: rgb(52,97,94); }

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

background-color css

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

 a { background-color: rgb(52,97,94); }

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

border-color css

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

 span { border-color: rgb(52,97,94); }

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