Html Css Color HEX #348319 Bilbao

📋 copy color: '#348319'

red 52 ◦ green 131 ◦ blue 25

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

Shades of Bilbao #348319

Tints of Bilbao #348319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 62.98%

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

R = 25%
G = 62.98%
B = 12.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#348319 (or 0x348319) is known color: Bilbao. HEX triplet: 34, 83 and 19. RGB value is (52,131,25). Sum of RGB (Red+Green+Blue) = 52+131+25=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 131 (51.56% from 255 or 62.98% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 131 - color contains mainly: green. Hex color #348319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348319 is #CB7CE6. Grayscale: #5F5F5F. Windows color (decimal): -13335783 or 1671988. OLE color: 1671988.

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

Color convert

RGB 52 131 25 -
CMYK 0.60 0 0.81 0.49
HSL 104.72º 0.68% 0.31% -
HSV(B) 104.72º 0.81% 0.51% -
XYZ 9.71 17.03 3.7 -
YUV 95.3 88.33 97.12 -
System Red Green Blue C M Y K H S L
Decimal 52 131 25 0.60 0 0.81 0.49 104.72 0.68 0.31
Hex 34 83 19 3C 0 51 31 69 44 1F
Octal 64 203 31 74 0 121 61 151 104 37
Binary 110100 10000011 11001 111100 0 1010001 110001 1101001 1000100 11111

Color Harmonies of #348319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348319

Black with #348319

Text Example


Text Example

White with #348319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348319; }

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

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

background-color css

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

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

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

border-color css

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

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

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