Html Css Color HEX #348523 Bilbao

📋 copy color: '#348523'

red 52 ◦ green 133 ◦ blue 35

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

Shades of Bilbao #348523

Tints of Bilbao #348523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.91%

R = 23.64%
G = 60.45%
B = 15.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#348523 (or 0x348523) is known color: Bilbao. HEX triplet: 34, 85 and 23. RGB value is (52,133,35). Sum of RGB (Red+Green+Blue) = 52+133+35=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #348523 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348523 is #CB7ADC. Grayscale: #616161. Windows color (decimal): -13335261 or 2327860. OLE color: 2327860.

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

Color convert

RGB 52 133 35 -
CMYK 0.61 0 0.74 0.48
HSL 109.59º 0.58% 0.33% -
HSV(B) 109.59º 0.74% 0.52% -
XYZ 10.11 17.63 4.46 -
YUV 97.61 92.66 95.47 -
System Red Green Blue C M Y K H S L
Decimal 52 133 35 0.61 0 0.74 0.48 109.59 0.58 0.33
Hex 34 85 23 3D 0 4A 30 6E 3A 21
Octal 64 205 43 75 0 112 60 156 72 41
Binary 110100 10000101 100011 111101 0 1001010 110000 1101110 111010 100001

Color Harmonies of #348523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348523

Black with #348523

Text Example


Text Example

White with #348523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348523; }

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

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

background-color css

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

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

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

border-color css

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

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

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