Html Css Color HEX #348B18 Bilbao

📋 copy color: '#348B18'

red 52 ◦ green 139 ◦ blue 24

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

Shades of Bilbao #348B18

Tints of Bilbao #348B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.16%

R = 24.19%
G = 64.65%
B = 11.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#348B18 (or 0x348B18) is known color: Bilbao. HEX triplet: 34, 8B and 18. RGB value is (52,139,24). Sum of RGB (Red+Green+Blue) = 52+139+24=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 139 (54.69% from 255 or 64.65% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 139 - color contains mainly: green. Hex color #348B18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348B18 is #CB74E7. Grayscale: #646464. Windows color (decimal): -13333736 or 1608500. OLE color: 1608500.

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

Color convert

RGB 52 139 24 -
CMYK 0.63 0 0.83 0.45
HSL 105.39º 0.71% 0.32% -
HSV(B) 105.39º 0.83% 0.55% -
XYZ 10.81 19.26 4.01 -
YUV 99.88 85.18 93.85 -
System Red Green Blue C M Y K H S L
Decimal 52 139 24 0.63 0 0.83 0.45 105.39 0.71 0.32
Hex 34 8B 18 3F 0 53 2D 69 47 20
Octal 64 213 30 77 0 123 55 151 107 40
Binary 110100 10001011 11000 111111 0 1010011 101101 1101001 1000111 100000

Color Harmonies of #348B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B18

Black with #348B18

Text Example


Text Example

White with #348B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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