Html Css Color HEX #348522 Bilbao

📋 copy color: '#348522'

red 52 ◦ green 133 ◦ blue 34

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

Shades of Bilbao #348522

Tints of Bilbao #348522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 60.73%

 BLUE value IS 34 (13.67% from 255) = 15.53%

R = 23.74%
G = 60.73%
B = 15.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#348522 (or 0x348522) is known color: Bilbao. HEX triplet: 34, 85 and 22. RGB value is (52,133,34). Sum of RGB (Red+Green+Blue) = 52+133+34=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #348522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348522 is #CB7ADD. Grayscale: #616161. Windows color (decimal): -13335262 or 2262324. OLE color: 2262324.

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

Color convert

RGB 52 133 34 -
CMYK 0.61 0 0.74 0.48
HSL 109.09º 0.59% 0.33% -
HSV(B) 109.09º 0.74% 0.52% -
XYZ 10.09 17.62 4.38 -
YUV 97.5 92.16 95.55 -
System Red Green Blue C M Y K H S L
Decimal 52 133 34 0.61 0 0.74 0.48 109.09 0.59 0.33
Hex 34 85 22 3D 0 4A 30 6D 3B 21
Octal 64 205 42 75 0 112 60 155 73 41
Binary 110100 10000101 100010 111101 0 1001010 110000 1101101 111011 100001

Color Harmonies of #348522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348522

Black with #348522

Text Example


Text Example

White with #348522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348522; }

 p { color: rgb(52,133,34); }

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

background-color css

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

 a { background-color: rgb(52,133,34); }

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

border-color css

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

 span { border-color: rgb(52,133,34); }

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