Html Css Color HEX #348A09 Bilbao

📋 copy color: '#348A09'

red 52 ◦ green 138 ◦ blue 9

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

Shades of Bilbao #348A09

Tints of Bilbao #348A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 69.35%

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

R = 26.13%
G = 69.35%
B = 4.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#348A09 (or 0x348A09) is known color: Bilbao. HEX triplet: 34, 8A and 09. RGB value is (52,138,9). Sum of RGB (Red+Green+Blue) = 52+138+9=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 138 (54.30% from 255 or 69.35% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 138 - color contains mainly: green. Hex color #348A09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348A09 is #CB75F6. Grayscale: #626262. Windows color (decimal): -13334007 or 625204. OLE color: 625204.

HSL color Cylindrical-coordinate representation of color #348A09: hue angle of 100º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #348A09 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 138 9 -
CMYK 0.62 0 0.93 0.46
HSL 100º 0.88% 0.29% -
HSV(B) 100º 0.93% 0.54% -
XYZ 10.55 18.93 3.36 -
YUV 97.58 78.01 95.49 -
System Red Green Blue C M Y K H S L
Decimal 52 138 9 0.62 0 0.93 0.46 100 0.88 0.29
Hex 34 8A 9 3E 0 5D 2E 64 58 1D
Octal 64 212 11 76 0 135 56 144 130 35
Binary 110100 10001010 1001 111110 0 1011101 101110 1100100 1011000 11101

Color Harmonies of #348A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A09

Black with #348A09

Text Example


Text Example

White with #348A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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