Html Css Color HEX #348414 Bilbao

📋 copy color: '#348414'

red 52 ◦ green 132 ◦ blue 20

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

Shades of Bilbao #348414

Tints of Bilbao #348414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.8%

R = 25.49%
G = 64.71%
B = 9.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#348414 (or 0x348414) is known color: Bilbao. HEX triplet: 34, 84 and 14. RGB value is (52,132,20). Sum of RGB (Red+Green+Blue) = 52+132+20=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #348414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348414 is #CB7BEB. Grayscale: #5F5F5F. Windows color (decimal): -13335532 or 1344564. OLE color: 1344564.

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

Color convert

RGB 52 132 20 -
CMYK 0.61 0 0.85 0.48
HSL 102.86º 0.74% 0.3% -
HSV(B) 102.86º 0.85% 0.52% -
XYZ 9.79 17.28 3.48 -
YUV 95.31 85.5 97.11 -
System Red Green Blue C M Y K H S L
Decimal 52 132 20 0.61 0 0.85 0.48 102.86 0.74 0.3
Hex 34 84 14 3D 0 55 30 67 4A 1E
Octal 64 204 24 75 0 125 60 147 112 36
Binary 110100 10000100 10100 111101 0 1010101 110000 1100111 1001010 11110

Color Harmonies of #348414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348414

Black with #348414

Text Example


Text Example

White with #348414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348414; }

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

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

background-color css

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

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

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

border-color css

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

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

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