Html Css Color HEX #348B08 Bilbao

📋 copy color: '#348B08'

red 52 ◦ green 139 ◦ blue 8

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

Shades of Bilbao #348B08

Tints of Bilbao #348B08

RGB

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

 GREEN value IS 139 (54.69% from 255) = 69.85%

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

R = 26.13%
G = 69.85%
B = 4.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#348B08 (or 0x348B08) is known color: Bilbao. HEX triplet: 34, 8B and 08. RGB value is (52,139,8). Sum of RGB (Red+Green+Blue) = 52+139+8=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 139 (54.69% from 255 or 69.85% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 139 - color contains mainly: green. Hex color #348B08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348B08 is #CB74F7. Grayscale: #626262. Windows color (decimal): -13333752 or 559924. OLE color: 559924.

HSL color Cylindrical-coordinate representation of color #348B08: hue angle of 99.85º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #348B08 is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 139 8 -
CMYK 0.63 0 0.94 0.45
HSL 99.85º 0.89% 0.29% -
HSV(B) 99.85º 0.94% 0.55% -
XYZ 10.69 19.21 3.37 -
YUV 98.05 77.18 95.15 -
System Red Green Blue C M Y K H S L
Decimal 52 139 8 0.63 0 0.94 0.45 99.85 0.89 0.29
Hex 34 8B 8 3F 0 5E 2D 64 59 1D
Octal 64 213 10 77 0 136 55 144 131 35
Binary 110100 10001011 1000 111111 0 1011110 101101 1100100 1011001 11101

Color Harmonies of #348B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B08

Black with #348B08

Text Example


Text Example

White with #348B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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