Html Css Color HEX #34711F Bilbao

📋 copy color: '#34711F'

red 52 ◦ green 113 ◦ blue 31

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

Shades of Bilbao #34711F

Tints of Bilbao #34711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.65%

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 26.53%
G = 57.65%
B = 15.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#34711F (or 0x34711F) is known color: Bilbao. HEX triplet: 34, 71 and 1F. RGB value is (52,113,31). Sum of RGB (Red+Green+Blue) = 52+113+31=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #34711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34711F is #CB8EE0. Grayscale: #555555. Windows color (decimal): -13340385 or 2060596. OLE color: 2060596.

HSL color Cylindrical-coordinate representation of color #34711F: hue angle of 104.63º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34711F is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 113 31 -
CMYK 0.54 0 0.73 0.56
HSL 104.63º 0.57% 0.28% -
HSV(B) 104.63º 0.73% 0.44% -
XYZ 7.57 12.64 3.34 -
YUV 85.41 97.29 104.17 -
System Red Green Blue C M Y K H S L
Decimal 52 113 31 0.54 0 0.73 0.56 104.63 0.57 0.28
Hex 34 71 1F 36 0 49 38 69 39 1C
Octal 64 161 37 66 0 111 70 151 71 34
Binary 110100 1110001 11111 110110 0 1001001 111000 1101001 111001 11100

Color Harmonies of #34711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34711F

Black with #34711F

Text Example


Text Example

White with #34711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34711F; }

 p { color: rgb(52,113,31); }

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

background-color css

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

 a { background-color: rgb(52,113,31); }

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

border-color css

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

 span { border-color: rgb(52,113,31); }

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