Html Css Color HEX #348609 Bilbao

📋 copy color: '#348609'

red 52 ◦ green 134 ◦ blue 9

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

Shades of Bilbao #348609

Tints of Bilbao #348609

RGB

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

 GREEN value IS 134 (52.73% from 255) = 68.72%

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

R = 26.67%
G = 68.72%
B = 4.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#348609 (or 0x348609) is known color: Bilbao. HEX triplet: 34, 86 and 09. RGB value is (52,134,9). Sum of RGB (Red+Green+Blue) = 52+134+9=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 134 (52.73% from 255 or 68.72% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 134 - color contains mainly: green. Hex color #348609 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348609 is #CB79F6. Grayscale: #5F5F5F. Windows color (decimal): -13335031 or 624180. OLE color: 624180.

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

Color convert

RGB 52 134 9 -
CMYK 0.61 0 0.93 0.47
HSL 99.36º 0.87% 0.28% -
HSV(B) 99.36º 0.93% 0.53% -
XYZ 9.99 17.8 3.17 -
YUV 95.23 79.33 97.16 -
System Red Green Blue C M Y K H S L
Decimal 52 134 9 0.61 0 0.93 0.47 99.36 0.87 0.28
Hex 34 86 9 3D 0 5D 2F 63 57 1C
Octal 64 206 11 75 0 135 57 143 127 34
Binary 110100 10000110 1001 111101 0 1011101 101111 1100011 1010111 11100

Color Harmonies of #348609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348609

Black with #348609

Text Example


Text Example

White with #348609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348609; }

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

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

background-color css

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

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

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

border-color css

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

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

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