Html Css Color HEX #375252 Oracle

📋 copy color: '#375252'

red 55 ◦ green 82 ◦ blue 82

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

Shades of Oracle #375252

Tints of Oracle #375252

RGB

 RED value IS 55 (21.88% from 255) = 25.11%

 GREEN value IS 82 (32.42% from 255) = 37.44%

 BLUE value IS 82 (32.42% from 255) = 37.44%

R = 25.11%
G = 37.44%
B = 37.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#375252 (or 0x375252) is known color: Oracle. HEX triplet: 37, 52 and 52. RGB value is (55,82,82). Sum of RGB (Red+Green+Blue) = 55+82+82=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #375252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375252 is #C8ADAD. Grayscale: #494949. Windows color (decimal): -13151662 or 5394999. OLE color: 5394999.

HSL color Cylindrical-coordinate representation of color #375252: hue angle of 180º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #375252 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 82 -
CMYK 0.33 0 0 0.68
HSL 180º 0.2% 0.27% -
HSV(B) 180º 0.33% 0.32% -
XYZ 6.12 7.46 9.1 -
YUV 73.93 132.55 114.5 -
System Red Green Blue C M Y K H S L
Decimal 55 82 82 0.33 0 0 0.68 180 0.2 0.27
Hex 37 52 52 21 0 0 44 B4 14 1B
Octal 67 122 122 41 0 0 104 264 24 33
Binary 110111 1010010 1010010 100001 0 0 1000100 10110100 10100 11011

Color Harmonies of #375252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375252

Black with #375252

Text Example


Text Example

White with #375252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375252; }

 p { color: rgb(55,82,82); }

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

background-color css

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

 a { background-color: rgb(55,82,82); }

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

border-color css

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

 span { border-color: rgb(55,82,82); }

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