Html Css Color HEX #347426 Bilbao

📋 copy color: '#347426'

red 52 ◦ green 116 ◦ blue 38

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

Shades of Bilbao #347426

Tints of Bilbao #347426

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.31%

 BLUE value IS 38 (15.23% from 255) = 18.45%

R = 25.24%
G = 56.31%
B = 18.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#347426 (or 0x347426) is known color: Bilbao. HEX triplet: 34, 74 and 26. RGB value is (52,116,38). Sum of RGB (Red+Green+Blue) = 52+116+38=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #347426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347426 is #CB8BD9. Grayscale: #585858. Windows color (decimal): -13339610 or 2520116. OLE color: 2520116.

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

Color convert

RGB 52 116 38 -
CMYK 0.55 0 0.67 0.55
HSL 109.23º 0.51% 0.3% -
HSV(B) 109.23º 0.67% 0.45% -
XYZ 8.01 13.36 3.99 -
YUV 87.97 99.8 102.34 -
System Red Green Blue C M Y K H S L
Decimal 52 116 38 0.55 0 0.67 0.55 109.23 0.51 0.3
Hex 34 74 26 37 0 43 37 6D 33 1E
Octal 64 164 46 67 0 103 67 155 63 36
Binary 110100 1110100 100110 110111 0 1000011 110111 1101101 110011 11110

Color Harmonies of #347426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347426

Black with #347426

Text Example


Text Example

White with #347426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347426; }

 p { color: rgb(52,116,38); }

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

background-color css

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

 a { background-color: rgb(52,116,38); }

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

border-color css

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

 span { border-color: rgb(52,116,38); }

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