Html Css Color HEX #327925 Bilbao

📋 copy color: '#327925'

red 50 ◦ green 121 ◦ blue 37

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

Shades of Bilbao #327925

Tints of Bilbao #327925

RGB

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

 GREEN value IS 121 (47.66% from 255) = 58.17%

 BLUE value IS 37 (14.84% from 255) = 17.79%

R = 24.04%
G = 58.17%
B = 17.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#327925 (or 0x327925) is known color: Bilbao. HEX triplet: 32, 79 and 25. RGB value is (50,121,37). Sum of RGB (Red+Green+Blue) = 50+121+37=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #327925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327925 is #CD86DA. Grayscale: #5A5A5A. Windows color (decimal): -13469403 or 2455858. OLE color: 2455858.

HSL color Cylindrical-coordinate representation of color #327925: hue angle of 110.71º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #327925 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 37 -
CMYK 0.59 0 0.69 0.53
HSL 110.71º 0.53% 0.31% -
HSV(B) 110.71º 0.69% 0.47% -
XYZ 8.49 14.49 4.1 -
YUV 90.2 97.98 99.33 -
System Red Green Blue C M Y K H S L
Decimal 50 121 37 0.59 0 0.69 0.53 110.71 0.53 0.31
Hex 32 79 25 3B 0 45 35 6F 35 1F
Octal 62 171 45 73 0 105 65 157 65 37
Binary 110010 1111001 100101 111011 0 1000101 110101 1101111 110101 11111

Color Harmonies of #327925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327925

Black with #327925

Text Example


Text Example

White with #327925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327925; }

 p { color: rgb(50,121,37); }

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

background-color css

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

 a { background-color: rgb(50,121,37); }

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

border-color css

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

 span { border-color: rgb(50,121,37); }

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