Html Css Color HEX #327567 Genoa

📋 copy color: '#327567'

red 50 ◦ green 117 ◦ blue 103

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

Shades of Genoa #327567

Tints of Genoa #327567

RGB

 RED value IS 50 (19.92% from 255) = 18.52%

 GREEN value IS 117 (46.09% from 255) = 43.33%

 BLUE value IS 103 (40.63% from 255) = 38.15%

R = 18.52%
G = 43.33%
B = 38.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#327567 (or 0x327567) is known color: Genoa. HEX triplet: 32, 75 and 67. RGB value is (50,117,103). Sum of RGB (Red+Green+Blue) = 50+117+103=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #327567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327567 is #CD8A98. Grayscale: #5F5F5F. Windows color (decimal): -13470361 or 6780210. OLE color: 6780210.

HSL color Cylindrical-coordinate representation of color #327567: hue angle of 167.46º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327567 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 103 -
CMYK 0.57 0 0.12 0.54
HSL 167.46º 0.4% 0.33% -
HSV(B) 167.46º 0.57% 0.46% -
XYZ 10.12 14.38 15.07 -
YUV 95.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 50 117 103 0.57 0 0.12 0.54 167.46 0.4 0.33
Hex 32 75 67 39 0 C 36 A7 28 21
Octal 62 165 147 71 0 14 66 247 50 41
Binary 110010 1110101 1100111 111001 0 1100 110110 10100111 101000 100001

Color Harmonies of #327567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327567

Black with #327567

Text Example


Text Example

White with #327567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327567; }

 p { color: rgb(50,117,103); }

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

background-color css

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

 a { background-color: rgb(50,117,103); }

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

border-color css

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

 span { border-color: rgb(50,117,103); }

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