Html Css Color HEX #348427 Bilbao

📋 copy color: '#348427'

red 52 ◦ green 132 ◦ blue 39

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

Shades of Bilbao #348427

Tints of Bilbao #348427

RGB

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

 GREEN value IS 132 (51.95% from 255) = 59.19%

 BLUE value IS 39 (15.63% from 255) = 17.49%

R = 23.32%
G = 59.19%
B = 17.49%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#348427 (or 0x348427) is known color: Bilbao. HEX triplet: 34, 84 and 27. RGB value is (52,132,39). Sum of RGB (Red+Green+Blue) = 52+132+39=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #348427 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348427 is #CB7BD8. Grayscale: #616161. Windows color (decimal): -13335513 or 2589748. OLE color: 2589748.

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

Color convert

RGB 52 132 39 -
CMYK 0.61 0 0.70 0.48
HSL 111.61º 0.54% 0.34% -
HSV(B) 111.61º 0.7% 0.52% -
XYZ 10.03 17.38 4.75 -
YUV 97.48 95 95.56 -
System Red Green Blue C M Y K H S L
Decimal 52 132 39 0.61 0 0.70 0.48 111.61 0.54 0.34
Hex 34 84 27 3D 0 46 30 70 36 22
Octal 64 204 47 75 0 106 60 160 66 42
Binary 110100 10000100 100111 111101 0 1000110 110000 1110000 110110 100010

Color Harmonies of #348427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348427

Black with #348427

Text Example


Text Example

White with #348427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348427; }

 p { color: rgb(52,132,39); }

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

background-color css

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

 a { background-color: rgb(52,132,39); }

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

border-color css

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

 span { border-color: rgb(52,132,39); }

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