Html Css Color HEX #34711D Bilbao

📋 copy color: '#34711D'

red 52 ◦ green 113 ◦ blue 29

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

Shades of Bilbao #34711D

Tints of Bilbao #34711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.95%

R = 26.8%
G = 58.25%
B = 14.95%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#34711D (or 0x34711D) is known color: Bilbao. HEX triplet: 34, 71 and 1D. RGB value is (52,113,29). Sum of RGB (Red+Green+Blue) = 52+113+29=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #34711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34711D is #CB8EE2. Grayscale: #555555. Windows color (decimal): -13340387 or 1929524. OLE color: 1929524.

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

Color convert

RGB 52 113 29 -
CMYK 0.54 0 0.74 0.56
HSL 103.57º 0.59% 0.28% -
HSV(B) 103.57º 0.74% 0.44% -
XYZ 7.54 12.63 3.2 -
YUV 85.19 96.29 104.33 -
System Red Green Blue C M Y K H S L
Decimal 52 113 29 0.54 0 0.74 0.56 103.57 0.59 0.28
Hex 34 71 1D 36 0 4A 38 68 3B 1C
Octal 64 161 35 66 0 112 70 150 73 34
Binary 110100 1110001 11101 110110 0 1001010 111000 1101000 111011 11100

Color Harmonies of #34711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34711D

Black with #34711D

Text Example


Text Example

White with #34711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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