Html Css Color HEX #348728 Bilbao

📋 copy color: '#348728'

red 52 ◦ green 135 ◦ blue 40

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

Shades of Bilbao #348728

Tints of Bilbao #348728

RGB

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

 GREEN value IS 135 (53.13% from 255) = 59.47%

 BLUE value IS 40 (16.02% from 255) = 17.62%

R = 22.91%
G = 59.47%
B = 17.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#348728 (or 0x348728) is known color: Bilbao. HEX triplet: 34, 87 and 28. RGB value is (52,135,40). Sum of RGB (Red+Green+Blue) = 52+135+40=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #348728 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348728 is #CB78D7. Grayscale: #636363. Windows color (decimal): -13334744 or 2656052. OLE color: 2656052.

HSL color Cylindrical-coordinate representation of color #348728: hue angle of 112.42º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #348728 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 135 40 -
CMYK 0.61 0 0.70 0.47
HSL 112.42º 0.54% 0.34% -
HSV(B) 112.42º 0.7% 0.53% -
XYZ 10.46 18.21 4.97 -
YUV 99.35 94.5 94.22 -
System Red Green Blue C M Y K H S L
Decimal 52 135 40 0.61 0 0.70 0.47 112.42 0.54 0.34
Hex 34 87 28 3D 0 46 2F 70 36 22
Octal 64 207 50 75 0 106 57 160 66 42
Binary 110100 10000111 101000 111101 0 1000110 101111 1110000 110110 100010

Color Harmonies of #348728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348728

Black with #348728

Text Example


Text Example

White with #348728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348728; }

 p { color: rgb(52,135,40); }

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

background-color css

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

 a { background-color: rgb(52,135,40); }

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

border-color css

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

 span { border-color: rgb(52,135,40); }

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