Html Css Color HEX #348718 Bilbao

📋 copy color: '#348718'

red 52 ◦ green 135 ◦ blue 24

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

Shades of Bilbao #348718

Tints of Bilbao #348718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.37%

R = 24.64%
G = 63.98%
B = 11.37%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#348718 (or 0x348718) is known color: Bilbao. HEX triplet: 34, 87 and 18. RGB value is (52,135,24). Sum of RGB (Red+Green+Blue) = 52+135+24=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #348718 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348718 is #CB78E7. Grayscale: #616161. Windows color (decimal): -13334760 or 1607476. OLE color: 1607476.

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

Color convert

RGB 52 135 24 -
CMYK 0.61 0 0.82 0.47
HSL 104.86º 0.7% 0.31% -
HSV(B) 104.86º 0.82% 0.53% -
XYZ 10.25 18.12 3.82 -
YUV 97.53 86.5 95.53 -
System Red Green Blue C M Y K H S L
Decimal 52 135 24 0.61 0 0.82 0.47 104.86 0.7 0.31
Hex 34 87 18 3D 0 52 2F 69 46 1F
Octal 64 207 30 75 0 122 57 151 106 37
Binary 110100 10000111 11000 111101 0 1010010 101111 1101001 1000110 11111

Color Harmonies of #348718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348718

Black with #348718

Text Example


Text Example

White with #348718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348718; }

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

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

background-color css

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

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

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

border-color css

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

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

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