Html Css Color HEX #348915 Bilbao

📋 copy color: '#348915'

red 52 ◦ green 137 ◦ blue 21

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

Shades of Bilbao #348915

Tints of Bilbao #348915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 65.24%

 BLUE value IS 21 (8.59% from 255) = 10%

R = 24.76%
G = 65.24%
B = 10%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#348915 (or 0x348915) is known color: Bilbao. HEX triplet: 34, 89 and 15. RGB value is (52,137,21). Sum of RGB (Red+Green+Blue) = 52+137+21=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #348915 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348915 is #CB76EA. Grayscale: #626262. Windows color (decimal): -13334251 or 1411380. OLE color: 1411380.

HSL color Cylindrical-coordinate representation of color #348915: hue angle of 103.97º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #348915 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 21 -
CMYK 0.62 0 0.85 0.46
HSL 103.97º 0.73% 0.31% -
HSV(B) 103.97º 0.85% 0.54% -
XYZ 10.5 18.68 3.76 -
YUV 98.36 84.34 94.93 -
System Red Green Blue C M Y K H S L
Decimal 52 137 21 0.62 0 0.85 0.46 103.97 0.73 0.31
Hex 34 89 15 3E 0 55 2E 68 49 1F
Octal 64 211 25 76 0 125 56 150 111 37
Binary 110100 10001001 10101 111110 0 1010101 101110 1101000 1001001 11111

Color Harmonies of #348915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348915

Black with #348915

Text Example


Text Example

White with #348915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348915; }

 p { color: rgb(52,137,21); }

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

background-color css

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

 a { background-color: rgb(52,137,21); }

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

border-color css

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

 span { border-color: rgb(52,137,21); }

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