Html Css Color HEX #338170 Genoa

📋 copy color: '#338170'

red 51 ◦ green 129 ◦ blue 112

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

Shades of Genoa #338170

Tints of Genoa #338170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.18%

 BLUE value IS 112 (44.14% from 255) = 38.36%

R = 17.47%
G = 44.18%
B = 38.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#338170 (or 0x338170) is known color: Genoa. HEX triplet: 33, 81 and 70. RGB value is (51,129,112). Sum of RGB (Red+Green+Blue) = 51+129+112=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #338170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338170 is #CC7E8F. Grayscale: #676767. Windows color (decimal): -13401744 or 7373107. OLE color: 7373107.

HSL color Cylindrical-coordinate representation of color #338170: hue angle of 166.92º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338170 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 129 112 -
CMYK 0.60 0 0.13 0.49
HSL 166.92º 0.43% 0.35% -
HSV(B) 166.92º 0.6% 0.51% -
XYZ 12.14 17.57 18.08 -
YUV 103.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 51 129 112 0.60 0 0.13 0.49 166.92 0.43 0.35
Hex 33 81 70 3C 0 D 31 A7 2B 23
Octal 63 201 160 74 0 15 61 247 53 43
Binary 110011 10000001 1110000 111100 0 1101 110001 10100111 101011 100011

Color Harmonies of #338170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338170

Black with #338170

Text Example


Text Example

White with #338170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338170; }

 p { color: rgb(51,129,112); }

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

background-color css

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

 a { background-color: rgb(51,129,112); }

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

border-color css

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

 span { border-color: rgb(51,129,112); }

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