Html Css Color HEX #338372 Genoa

📋 copy color: '#338372'

red 51 ◦ green 131 ◦ blue 114

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

Shades of Genoa #338372

Tints of Genoa #338372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 17.23%
G = 44.26%
B = 38.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#338372 (or 0x338372) is known color: Genoa. HEX triplet: 33, 83 and 72. RGB value is (51,131,114). Sum of RGB (Red+Green+Blue) = 51+131+114=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #338372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338372 is #CC7C8D. Grayscale: #696969. Windows color (decimal): -13401230 or 7504691. OLE color: 7504691.

HSL color Cylindrical-coordinate representation of color #338372: hue angle of 167.25º 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 #338372 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 131 114 -
CMYK 0.61 0 0.13 0.49
HSL 167.25º 0.44% 0.36% -
HSV(B) 167.25º 0.61% 0.51% -
XYZ 12.52 18.15 18.76 -
YUV 105.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 51 131 114 0.61 0 0.13 0.49 167.25 0.44 0.36
Hex 33 83 72 3D 0 D 31 A7 2C 24
Octal 63 203 162 75 0 15 61 247 54 44
Binary 110011 10000011 1110010 111101 0 1101 110001 10100111 101100 100100

Color Harmonies of #338372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338372

Black with #338372

Text Example


Text Example

White with #338372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338372; }

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

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

background-color css

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

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

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

border-color css

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

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

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