Html Css Color HEX #348227 Bilbao

📋 copy color: '#348227'

red 52 ◦ green 130 ◦ blue 39

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

Shades of Bilbao #348227

Tints of Bilbao #348227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.82%

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

R = 23.53%
G = 58.82%
B = 17.65%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#348227 (or 0x348227) is known color: Bilbao. HEX triplet: 34, 82 and 27. RGB value is (52,130,39). Sum of RGB (Red+Green+Blue) = 52+130+39=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #348227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348227 is #CB7DD8. Grayscale: #606060. Windows color (decimal): -13336025 or 2589236. OLE color: 2589236.

HSL color Cylindrical-coordinate representation of color #348227: hue angle of 111.43º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #348227 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 39 -
CMYK 0.60 0 0.70 0.49
HSL 111.43º 0.54% 0.33% -
HSV(B) 111.43º 0.7% 0.51% -
XYZ 9.77 16.84 4.66 -
YUV 96.3 95.66 96.4 -
System Red Green Blue C M Y K H S L
Decimal 52 130 39 0.60 0 0.70 0.49 111.43 0.54 0.33
Hex 34 82 27 3C 0 46 31 6F 36 21
Octal 64 202 47 74 0 106 61 157 66 41
Binary 110100 10000010 100111 111100 0 1000110 110001 1101111 110110 100001

Color Harmonies of #348227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348227

Black with #348227

Text Example


Text Example

White with #348227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348227; }

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

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

background-color css

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

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

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

border-color css

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

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

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