Html Css Color HEX #348524 Bilbao

📋 copy color: '#348524'

red 52 ◦ green 133 ◦ blue 36

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

Shades of Bilbao #348524

Tints of Bilbao #348524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.29%

R = 23.53%
G = 60.18%
B = 16.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#348524 (or 0x348524) is known color: Bilbao. HEX triplet: 34, 85 and 24. RGB value is (52,133,36). Sum of RGB (Red+Green+Blue) = 52+133+36=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #348524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348524 is #CB7ADB. Grayscale: #626262. Windows color (decimal): -13335260 or 2393396. OLE color: 2393396.

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

Color convert

RGB 52 133 36 -
CMYK 0.61 0 0.73 0.48
HSL 110.1º 0.57% 0.33% -
HSV(B) 110.1º 0.73% 0.52% -
XYZ 10.12 17.63 4.54 -
YUV 97.72 93.16 95.39 -
System Red Green Blue C M Y K H S L
Decimal 52 133 36 0.61 0 0.73 0.48 110.1 0.57 0.33
Hex 34 85 24 3D 0 49 30 6E 39 21
Octal 64 205 44 75 0 111 60 156 71 41
Binary 110100 10000101 100100 111101 0 1001001 110000 1101110 111001 100001

Color Harmonies of #348524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348524

Black with #348524

Text Example


Text Example

White with #348524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348524; }

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

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

background-color css

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

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

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

border-color css

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

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

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