Html Css Color HEX #327504 Bilbao

📋 copy color: '#327504'

red 50 ◦ green 117 ◦ blue 4

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

Shades of Bilbao #327504

Tints of Bilbao #327504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.34%

R = 29.24%
G = 68.42%
B = 2.34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#327504 (or 0x327504) is known color: Bilbao. HEX triplet: 32, 75 and 04. RGB value is (50,117,4). Sum of RGB (Red+Green+Blue) = 50+117+4=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 117 (46.09% from 255 or 68.42% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 117 - color contains mainly: green. Hex color #327504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327504 is #CD8AFB. Grayscale: #545454. Windows color (decimal): -13470460 or 292146. OLE color: 292146.

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

Color convert

RGB 50 117 4 -
CMYK 0.57 0 0.97 0.54
HSL 95.58º 0.93% 0.24% -
HSV(B) 95.58º 0.97% 0.46% -
XYZ 7.7 13.41 2.3 -
YUV 84.09 82.8 103.69 -
System Red Green Blue C M Y K H S L
Decimal 50 117 4 0.57 0 0.97 0.54 95.58 0.93 0.24
Hex 32 75 4 39 0 61 36 60 5D 18
Octal 62 165 4 71 0 141 66 140 135 30
Binary 110010 1110101 100 111001 0 1100001 110110 1100000 1011101 11000

Color Harmonies of #327504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327504

Black with #327504

Text Example


Text Example

White with #327504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327504; }

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

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

background-color css

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

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

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

border-color css

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

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

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