Html Css Color HEX #338378 Elm

📋 copy color: '#338378'

red 51 ◦ green 131 ◦ blue 120

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

Shades of Elm #338378

Tints of Elm #338378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.38%

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 16.89%
G = 43.38%
B = 39.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#338378 (or 0x338378) is known color: Elm. HEX triplet: 33, 83 and 78. RGB value is (51,131,120). Sum of RGB (Red+Green+Blue) = 51+131+120=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #338378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338378 is #CC7C87. Grayscale: #696969. Windows color (decimal): -13401224 or 7897907. OLE color: 7897907.

HSL color Cylindrical-coordinate representation of color #338378: hue angle of 171.75º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338378 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 131 120 -
CMYK 0.61 0 0.08 0.49
HSL 171.75º 0.44% 0.36% -
HSV(B) 171.75º 0.61% 0.51% -
XYZ 12.87 18.29 20.62 -
YUV 105.83 136 88.89 -
System Red Green Blue C M Y K H S L
Decimal 51 131 120 0.61 0 0.08 0.49 171.75 0.44 0.36
Hex 33 83 78 3D 0 8 31 AC 2C 24
Octal 63 203 170 75 0 10 61 254 54 44
Binary 110011 10000011 1111000 111101 0 1000 110001 10101100 101100 100100

Color Harmonies of #338378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338378

Black with #338378

Text Example


Text Example

White with #338378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338378; }

 p { color: rgb(51,131,120); }

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

background-color css

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

 a { background-color: rgb(51,131,120); }

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

border-color css

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

 span { border-color: rgb(51,131,120); }

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