Html Css Color HEX #348410 Bilbao

📋 copy color: '#348410'

red 52 ◦ green 132 ◦ blue 16

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

Shades of Bilbao #348410

Tints of Bilbao #348410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 66%

 BLUE value IS 16 (6.64% from 255) = 8%

R = 26%
G = 66%
B = 8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#348410 (or 0x348410) is known color: Bilbao. HEX triplet: 34, 84 and 10. RGB value is (52,132,16). Sum of RGB (Red+Green+Blue) = 52+132+16=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #348410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348410 is #CB7BEF. Grayscale: #5F5F5F. Windows color (decimal): -13335536 or 1082420. OLE color: 1082420.

HSL color Cylindrical-coordinate representation of color #348410: hue angle of 101.38º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #348410 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 16 -
CMYK 0.61 0 0.88 0.48
HSL 101.38º 0.78% 0.29% -
HSV(B) 101.38º 0.88% 0.52% -
XYZ 9.76 17.27 3.31 -
YUV 94.86 83.5 97.43 -
System Red Green Blue C M Y K H S L
Decimal 52 132 16 0.61 0 0.88 0.48 101.38 0.78 0.29
Hex 34 84 10 3D 0 58 30 65 4E 1D
Octal 64 204 20 75 0 130 60 145 116 35
Binary 110100 10000100 10000 111101 0 1011000 110000 1100101 1001110 11101

Color Harmonies of #348410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348410

Black with #348410

Text Example


Text Example

White with #348410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348410; }

 p { color: rgb(52,132,16); }

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

background-color css

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

 a { background-color: rgb(52,132,16); }

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

border-color css

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

 span { border-color: rgb(52,132,16); }

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