Html Css Color HEX #348B0F Bilbao

📋 copy color: '#348B0F'

red 52 ◦ green 139 ◦ blue 15

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

Shades of Bilbao #348B0F

Tints of Bilbao #348B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.28%

R = 25.24%
G = 67.48%
B = 7.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#348B0F (or 0x348B0F) is known color: Bilbao. HEX triplet: 34, 8B and 0F. RGB value is (52,139,15). Sum of RGB (Red+Green+Blue) = 52+139+15=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 139 (54.69% from 255 or 67.48% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 139 - color contains mainly: green. Hex color #348B0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348B0F is #CB74F0. Grayscale: #636363. Windows color (decimal): -13333745 or 1018676. OLE color: 1018676.

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

Color convert

RGB 52 139 15 -
CMYK 0.63 0 0.89 0.45
HSL 102.1º 0.81% 0.3% -
HSV(B) 102.1º 0.89% 0.55% -
XYZ 10.74 19.23 3.6 -
YUV 98.85 80.68 94.58 -
System Red Green Blue C M Y K H S L
Decimal 52 139 15 0.63 0 0.89 0.45 102.1 0.81 0.3
Hex 34 8B F 3F 0 59 2D 66 51 1E
Octal 64 213 17 77 0 131 55 146 121 36
Binary 110100 10001011 1111 111111 0 1011001 101101 1100110 1010001 11110

Color Harmonies of #348B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B0F

Black with #348B0F

Text Example


Text Example

White with #348B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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