Html Css Color HEX #348409 Bilbao

📋 copy color: '#348409'

red 52 ◦ green 132 ◦ blue 9

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

Shades of Bilbao #348409

Tints of Bilbao #348409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.66%

R = 26.94%
G = 68.39%
B = 4.66%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#348409 (or 0x348409) is known color: Bilbao. HEX triplet: 34, 84 and 09. RGB value is (52,132,9). Sum of RGB (Red+Green+Blue) = 52+132+9=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 132 (51.95% from 255 or 68.39% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 132 - color contains mainly: green. Hex color #348409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348409 is #CB7BF6. Grayscale: #5E5E5E. Windows color (decimal): -13335543 or 623668. OLE color: 623668.

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

Color convert

RGB 52 132 9 -
CMYK 0.61 0 0.93 0.48
HSL 99.02º 0.87% 0.28% -
HSV(B) 99.02º 0.93% 0.52% -
XYZ 9.72 17.25 3.08 -
YUV 94.06 80 98 -
System Red Green Blue C M Y K H S L
Decimal 52 132 9 0.61 0 0.93 0.48 99.02 0.87 0.28
Hex 34 84 9 3D 0 5D 30 63 57 1C
Octal 64 204 11 75 0 135 60 143 127 34
Binary 110100 10000100 1001 111101 0 1011101 110000 1100011 1010111 11100

Color Harmonies of #348409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348409

Black with #348409

Text Example


Text Example

White with #348409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348409; }

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

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

background-color css

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

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

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

border-color css

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

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

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