Html Css Color HEX #348E15 Bilbao

📋 copy color: '#348E15'

red 52 ◦ green 142 ◦ blue 21

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

Shades of Bilbao #348E15

Tints of Bilbao #348E15

RGB

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

 GREEN value IS 142 (55.86% from 255) = 66.05%

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

R = 24.19%
G = 66.05%
B = 9.77%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#348E15 (or 0x348E15) is known color: Bilbao. HEX triplet: 34, 8E and 15. RGB value is (52,142,21). Sum of RGB (Red+Green+Blue) = 52+142+21=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 142 (55.86% from 255 or 66.05% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 142 - color contains mainly: green. Hex color #348E15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348E15 is #CB71EA. Grayscale: #656565. Windows color (decimal): -13332971 or 1412660. OLE color: 1412660.

HSL color Cylindrical-coordinate representation of color #348E15: hue angle of 104.63º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #348E15 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 142 21 -
CMYK 0.63 0 0.85 0.44
HSL 104.63º 0.74% 0.32% -
HSV(B) 104.63º 0.85% 0.56% -
XYZ 11.22 20.13 4 -
YUV 101.3 82.68 92.84 -
System Red Green Blue C M Y K H S L
Decimal 52 142 21 0.63 0 0.85 0.44 104.63 0.74 0.32
Hex 34 8E 15 3F 0 55 2C 69 4A 20
Octal 64 216 25 77 0 125 54 151 112 40
Binary 110100 10001110 10101 111111 0 1010101 101100 1101001 1001010 100000

Color Harmonies of #348E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348E15

Black with #348E15

Text Example


Text Example

White with #348E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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