Html Css Color HEX #348419 Bilbao

📋 copy color: '#348419'

red 52 ◦ green 132 ◦ blue 25

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

Shades of Bilbao #348419

Tints of Bilbao #348419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 24.88%
G = 63.16%
B = 11.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#348419 (or 0x348419) is known color: Bilbao. HEX triplet: 34, 84 and 19. RGB value is (52,132,25). Sum of RGB (Red+Green+Blue) = 52+132+25=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 132 (51.95% from 255 or 63.16% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 132 - color contains mainly: green. Hex color #348419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348419 is #CB7BE6. Grayscale: #606060. Windows color (decimal): -13335527 or 1672244. OLE color: 1672244.

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

Color convert

RGB 52 132 25 -
CMYK 0.61 0 0.81 0.48
HSL 104.86º 0.68% 0.31% -
HSV(B) 104.86º 0.81% 0.52% -
XYZ 9.84 17.3 3.74 -
YUV 95.88 88 96.7 -
System Red Green Blue C M Y K H S L
Decimal 52 132 25 0.61 0 0.81 0.48 104.86 0.68 0.31
Hex 34 84 19 3D 0 51 30 69 44 1F
Octal 64 204 31 75 0 121 60 151 104 37
Binary 110100 10000100 11001 111101 0 1010001 110000 1101001 1000100 11111

Color Harmonies of #348419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348419

Black with #348419

Text Example


Text Example

White with #348419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348419; }

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

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

background-color css

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

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

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

border-color css

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

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

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