Html Css Color HEX #338474 Genoa

📋 copy color: '#338474'

red 51 ◦ green 132 ◦ blue 116

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

Shades of Genoa #338474

Tints of Genoa #338474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.15%

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 17.06%
G = 44.15%
B = 38.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#338474 (or 0x338474) is known color: Genoa. HEX triplet: 33, 84 and 74. RGB value is (51,132,116). Sum of RGB (Red+Green+Blue) = 51+132+116=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #338474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338474 is #CC7B8B. Grayscale: #696969. Windows color (decimal): -13400972 or 7636019. OLE color: 7636019.

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

Color convert

RGB 51 132 116 -
CMYK 0.61 0 0.12 0.48
HSL 168.15º 0.44% 0.36% -
HSV(B) 168.15º 0.61% 0.52% -
XYZ 12.77 18.47 19.41 -
YUV 105.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 51 132 116 0.61 0 0.12 0.48 168.15 0.44 0.36
Hex 33 84 74 3D 0 C 30 A8 2C 24
Octal 63 204 164 75 0 14 60 250 54 44
Binary 110011 10000100 1110100 111101 0 1100 110000 10101000 101100 100100

Color Harmonies of #338474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338474

Black with #338474

Text Example


Text Example

White with #338474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338474; }

 p { color: rgb(51,132,116); }

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

background-color css

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

 a { background-color: rgb(51,132,116); }

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

border-color css

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

 span { border-color: rgb(51,132,116); }

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