Html Css Color HEX #348429 Bilbao

📋 copy color: '#348429'

red 52 ◦ green 132 ◦ blue 41

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

Shades of Bilbao #348429

Tints of Bilbao #348429

RGB

 RED value IS 52 (20.7% from 255) = 23.11%

 GREEN value IS 132 (51.95% from 255) = 58.67%

 BLUE value IS 41 (16.41% from 255) = 18.22%

R = 23.11%
G = 58.67%
B = 18.22%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#348429 (or 0x348429) is known color: Bilbao. HEX triplet: 34, 84 and 29. RGB value is (52,132,41). Sum of RGB (Red+Green+Blue) = 52+132+41=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #348429 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348429 is #CB7BD6. Grayscale: #616161. Windows color (decimal): -13335511 or 2720820. OLE color: 2720820.

HSL color Cylindrical-coordinate representation of color #348429: hue angle of 112.75º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #348429 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 41 -
CMYK 0.61 0 0.69 0.48
HSL 112.75º 0.53% 0.34% -
HSV(B) 112.75º 0.69% 0.52% -
XYZ 10.07 17.39 4.92 -
YUV 97.71 96 95.4 -
System Red Green Blue C M Y K H S L
Decimal 52 132 41 0.61 0 0.69 0.48 112.75 0.53 0.34
Hex 34 84 29 3D 0 45 30 71 35 22
Octal 64 204 51 75 0 105 60 161 65 42
Binary 110100 10000100 101001 111101 0 1000101 110000 1110001 110101 100010

Color Harmonies of #348429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348429

Black with #348429

Text Example


Text Example

White with #348429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348429; }

 p { color: rgb(52,132,41); }

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

background-color css

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

 a { background-color: rgb(52,132,41); }

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

border-color css

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

 span { border-color: rgb(52,132,41); }

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