Html Css Color HEX #348908 Bilbao

📋 copy color: '#348908'

red 52 ◦ green 137 ◦ blue 8

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

Shades of Bilbao #348908

Tints of Bilbao #348908

RGB

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

 GREEN value IS 137 (53.91% from 255) = 69.54%

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 26.4%
G = 69.54%
B = 4.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#348908 (or 0x348908) is known color: Bilbao. HEX triplet: 34, 89 and 08. RGB value is (52,137,8). Sum of RGB (Red+Green+Blue) = 52+137+8=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 137 (53.91% from 255 or 69.54% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 137 - color contains mainly: green. Hex color #348908 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348908 is #CB76F7. Grayscale: #616161. Windows color (decimal): -13334264 or 559412. OLE color: 559412.

HSL color Cylindrical-coordinate representation of color #348908: hue angle of 99.53º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #348908 is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 8 -
CMYK 0.62 0 0.94 0.46
HSL 99.53º 0.89% 0.28% -
HSV(B) 99.53º 0.94% 0.54% -
XYZ 10.41 18.64 3.28 -
YUV 96.88 77.84 95.99 -
System Red Green Blue C M Y K H S L
Decimal 52 137 8 0.62 0 0.94 0.46 99.53 0.89 0.28
Hex 34 89 8 3E 0 5E 2E 64 59 1C
Octal 64 211 10 76 0 136 56 144 131 34
Binary 110100 10001001 1000 111110 0 1011110 101110 1100100 1011001 11100

Color Harmonies of #348908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348908

Black with #348908

Text Example


Text Example

White with #348908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348908; }

 p { color: rgb(52,137,8); }

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

background-color css

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

 a { background-color: rgb(52,137,8); }

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

border-color css

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

 span { border-color: rgb(52,137,8); }

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