Html Css Color HEX #34710D Bilbao

📋 copy color: '#34710D'

red 52 ◦ green 113 ◦ blue 13

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

Shades of Bilbao #34710D

Tints of Bilbao #34710D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.3%

R = 29.21%
G = 63.48%
B = 7.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#34710D (or 0x34710D) is known color: Bilbao. HEX triplet: 34, 71 and 0D. RGB value is (52,113,13). Sum of RGB (Red+Green+Blue) = 52+113+13=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #34710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34710D is #CB8EF2. Grayscale: #535353. Windows color (decimal): -13340403 or 880948. OLE color: 880948.

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

Color convert

RGB 52 113 13 -
CMYK 0.54 0 0.88 0.56
HSL 96.6º 0.79% 0.25% -
HSV(B) 96.6º 0.88% 0.44% -
XYZ 7.39 12.57 2.42 -
YUV 83.36 88.29 105.63 -
System Red Green Blue C M Y K H S L
Decimal 52 113 13 0.54 0 0.88 0.56 96.6 0.79 0.25
Hex 34 71 D 36 0 58 38 61 4F 19
Octal 64 161 15 66 0 130 70 141 117 31
Binary 110100 1110001 1101 110110 0 1011000 111000 1100001 1001111 11001

Color Harmonies of #34710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34710D

Black with #34710D

Text Example


Text Example

White with #34710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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