Html Css Color HEX #307571 Elm

📋 copy color: '#307571'

red 48 ◦ green 117 ◦ blue 113

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

Shades of Elm #307571

Tints of Elm #307571

RGB

 RED value IS 48 (19.14% from 255) = 17.27%

 GREEN value IS 117 (46.09% from 255) = 42.09%

 BLUE value IS 113 (44.53% from 255) = 40.65%

R = 17.27%
G = 42.09%
B = 40.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#307571 (or 0x307571) is known color: Elm. HEX triplet: 30, 75 and 71. RGB value is (48,117,113). Sum of RGB (Red+Green+Blue) = 48+117+113=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #307571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307571 is #CF8A8E. Grayscale: #5F5F5F. Windows color (decimal): -13601423 or 7435568. OLE color: 7435568.

HSL color Cylindrical-coordinate representation of color #307571: hue angle of 176.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307571 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 113 -
CMYK 0.59 0 0.03 0.54
HSL 176.52º 0.42% 0.32% -
HSV(B) 176.52º 0.59% 0.46% -
XYZ 10.56 14.54 17.87 -
YUV 95.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 48 117 113 0.59 0 0.03 0.54 176.52 0.42 0.32
Hex 30 75 71 3B 0 3 36 B1 2A 20
Octal 60 165 161 73 0 3 66 261 52 40
Binary 110000 1110101 1110001 111011 0 11 110110 10110001 101010 100000

Color Harmonies of #307571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307571

Black with #307571

Text Example


Text Example

White with #307571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307571; }

 p { color: rgb(48,117,113); }

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

background-color css

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

 a { background-color: rgb(48,117,113); }

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

border-color css

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

 span { border-color: rgb(48,117,113); }

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