Html Css Color HEX #348527 Bilbao

📋 copy color: '#348527'

red 52 ◦ green 133 ◦ blue 39

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

Shades of Bilbao #348527

Tints of Bilbao #348527

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.38%

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

R = 23.21%
G = 59.38%
B = 17.41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#348527 (or 0x348527) is known color: Bilbao. HEX triplet: 34, 85 and 27. RGB value is (52,133,39). Sum of RGB (Red+Green+Blue) = 52+133+39=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #348527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348527 is #CB7AD8. Grayscale: #626262. Windows color (decimal): -13335257 or 2590004. OLE color: 2590004.

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

Color convert

RGB 52 133 39 -
CMYK 0.61 0 0.71 0.48
HSL 111.7º 0.55% 0.34% -
HSV(B) 111.7º 0.71% 0.52% -
XYZ 10.17 17.65 4.79 -
YUV 98.07 94.66 95.14 -
System Red Green Blue C M Y K H S L
Decimal 52 133 39 0.61 0 0.71 0.48 111.7 0.55 0.34
Hex 34 85 27 3D 0 47 30 70 37 22
Octal 64 205 47 75 0 107 60 160 67 42
Binary 110100 10000101 100111 111101 0 1000111 110000 1110000 110111 100010

Color Harmonies of #348527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348527

Black with #348527

Text Example


Text Example

White with #348527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348527; }

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

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

background-color css

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

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

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

border-color css

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

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

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