Html Css Color HEX #348623 Bilbao

📋 copy color: '#348623'

red 52 ◦ green 134 ◦ blue 35

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

Shades of Bilbao #348623

Tints of Bilbao #348623

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.63%

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

R = 23.53%
G = 60.63%
B = 15.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#348623 (or 0x348623) is known color: Bilbao. HEX triplet: 34, 86 and 23. RGB value is (52,134,35). Sum of RGB (Red+Green+Blue) = 52+134+35=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #348623 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348623 is #CB79DC. Grayscale: #626262. Windows color (decimal): -13335005 or 2328116. OLE color: 2328116.

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

Color convert

RGB 52 134 35 -
CMYK 0.61 0 0.74 0.47
HSL 109.7º 0.59% 0.33% -
HSV(B) 109.7º 0.74% 0.53% -
XYZ 10.24 17.9 4.51 -
YUV 98.2 92.33 95.05 -
System Red Green Blue C M Y K H S L
Decimal 52 134 35 0.61 0 0.74 0.47 109.7 0.59 0.33
Hex 34 86 23 3D 0 4A 2F 6E 3B 21
Octal 64 206 43 75 0 112 57 156 73 41
Binary 110100 10000110 100011 111101 0 1001010 101111 1101110 111011 100001

Color Harmonies of #348623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348623

Black with #348623

Text Example


Text Example

White with #348623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348623; }

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

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

background-color css

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

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

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

border-color css

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

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

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