Html Css Color HEX #348717 Bilbao

📋 copy color: '#348717'

red 52 ◦ green 135 ◦ blue 23

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

Shades of Bilbao #348717

Tints of Bilbao #348717

RGB

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

 GREEN value IS 135 (53.13% from 255) = 64.29%

 BLUE value IS 23 (9.38% from 255) = 10.95%

R = 24.76%
G = 64.29%
B = 10.95%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#348717 (or 0x348717) is known color: Bilbao. HEX triplet: 34, 87 and 17. RGB value is (52,135,23). Sum of RGB (Red+Green+Blue) = 52+135+23=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 135 (53.12% from 255 or 64.29% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 135 - color contains mainly: green. Hex color #348717 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348717 is #CB78E8. Grayscale: #616161. Windows color (decimal): -13334761 or 1541940. OLE color: 1541940.

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

Color convert

RGB 52 135 23 -
CMYK 0.61 0 0.83 0.47
HSL 104.46º 0.71% 0.31% -
HSV(B) 104.46º 0.83% 0.53% -
XYZ 10.23 18.12 3.77 -
YUV 97.42 86 95.61 -
System Red Green Blue C M Y K H S L
Decimal 52 135 23 0.61 0 0.83 0.47 104.46 0.71 0.31
Hex 34 87 17 3D 0 53 2F 68 47 1F
Octal 64 207 27 75 0 123 57 150 107 37
Binary 110100 10000111 10111 111101 0 1010011 101111 1101000 1000111 11111

Color Harmonies of #348717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348717

Black with #348717

Text Example


Text Example

White with #348717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348717; }

 p { color: rgb(52,135,23); }

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

background-color css

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

 a { background-color: rgb(52,135,23); }

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

border-color css

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

 span { border-color: rgb(52,135,23); }

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