Html Css Color HEX #338578 Genoa

📋 copy color: '#338578'

red 51 ◦ green 133 ◦ blue 120

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

Shades of Genoa #338578

Tints of Genoa #338578

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.75%

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

R = 16.78%
G = 43.75%
B = 39.47%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#338578 (or 0x338578) is known color: Genoa. HEX triplet: 33, 85 and 78. RGB value is (51,133,120). Sum of RGB (Red+Green+Blue) = 51+133+120=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #338578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338578 is #CC7A87. Grayscale: #6A6A6A. Windows color (decimal): -13400712 or 7898419. OLE color: 7898419.

HSL color Cylindrical-coordinate representation of color #338578: hue angle of 170.49º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338578 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 133 120 -
CMYK 0.62 0 0.10 0.48
HSL 170.49º 0.45% 0.36% -
HSV(B) 170.49º 0.62% 0.52% -
XYZ 13.14 18.83 20.71 -
YUV 107 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 51 133 120 0.62 0 0.10 0.48 170.49 0.45 0.36
Hex 33 85 78 3E 0 A 30 AA 2D 24
Octal 63 205 170 76 0 12 60 252 55 44
Binary 110011 10000101 1111000 111110 0 1010 110000 10101010 101101 100100

Color Harmonies of #338578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338578

Black with #338578

Text Example


Text Example

White with #338578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338578; }

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

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

background-color css

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

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

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

border-color css

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

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

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