Html Css Color HEX #348A13 Bilbao

📋 copy color: '#348A13'

red 52 ◦ green 138 ◦ blue 19

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

Shades of Bilbao #348A13

Tints of Bilbao #348A13

RGB

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

 GREEN value IS 138 (54.3% from 255) = 66.03%

 BLUE value IS 19 (7.81% from 255) = 9.09%

R = 24.88%
G = 66.03%
B = 9.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#348A13 (or 0x348A13) is known color: Bilbao. HEX triplet: 34, 8A and 13. RGB value is (52,138,19). Sum of RGB (Red+Green+Blue) = 52+138+19=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 138 (54.30% from 255 or 66.03% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 138 - color contains mainly: green. Hex color #348A13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348A13 is #CB75EC. Grayscale: #636363. Windows color (decimal): -13333997 or 1280564. OLE color: 1280564.

HSL color Cylindrical-coordinate representation of color #348A13: hue angle of 103.36º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #348A13 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 138 19 -
CMYK 0.62 0 0.86 0.46
HSL 103.36º 0.76% 0.31% -
HSV(B) 103.36º 0.86% 0.54% -
XYZ 10.62 18.95 3.71 -
YUV 98.72 83.01 94.68 -
System Red Green Blue C M Y K H S L
Decimal 52 138 19 0.62 0 0.86 0.46 103.36 0.76 0.31
Hex 34 8A 13 3E 0 56 2E 67 4C 1F
Octal 64 212 23 76 0 126 56 147 114 37
Binary 110100 10001010 10011 111110 0 1010110 101110 1100111 1001100 11111

Color Harmonies of #348A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A13

Black with #348A13

Text Example


Text Example

White with #348A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,138,19); }

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

background-color css

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

 a { background-color: rgb(52,138,19); }

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

border-color css

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

 span { border-color: rgb(52,138,19); }

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