Html Css Color HEX #348A17 Bilbao

📋 copy color: '#348A17'

red 52 ◦ green 138 ◦ blue 23

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

Shades of Bilbao #348A17

Tints of Bilbao #348A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.8%

R = 24.41%
G = 64.79%
B = 10.8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#348A17 (or 0x348A17) is known color: Bilbao. HEX triplet: 34, 8A and 17. RGB value is (52,138,23). Sum of RGB (Red+Green+Blue) = 52+138+23=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 138 (54.30% from 255 or 64.79% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 138 - color contains mainly: green. Hex color #348A17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348A17 is #CB75E8. Grayscale: #636363. Windows color (decimal): -13333993 or 1542708. OLE color: 1542708.

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

Color convert

RGB 52 138 23 -
CMYK 0.62 0 0.83 0.46
HSL 104.87º 0.71% 0.32% -
HSV(B) 104.87º 0.83% 0.54% -
XYZ 10.66 18.97 3.91 -
YUV 99.18 85.01 94.35 -
System Red Green Blue C M Y K H S L
Decimal 52 138 23 0.62 0 0.83 0.46 104.87 0.71 0.32
Hex 34 8A 17 3E 0 53 2E 69 47 20
Octal 64 212 27 76 0 123 56 151 107 40
Binary 110100 10001010 10111 111110 0 1010011 101110 1101001 1000111 100000

Color Harmonies of #348A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A17

Black with #348A17

Text Example


Text Example

White with #348A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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