Html Css Color HEX #34740D Bilbao

📋 copy color: '#34740D'

red 52 ◦ green 116 ◦ blue 13

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

Shades of Bilbao #34740D

Tints of Bilbao #34740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 64.09%

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

R = 28.73%
G = 64.09%
B = 7.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#34740D (or 0x34740D) is known color: Bilbao. HEX triplet: 34, 74 and 0D. RGB value is (52,116,13). Sum of RGB (Red+Green+Blue) = 52+116+13=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 116 (45.70% from 255 or 64.09% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 116 - color contains mainly: green. Hex color #34740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34740D is #CB8BF2. Grayscale: #555555. Windows color (decimal): -13339635 or 881716. OLE color: 881716.

HSL color Cylindrical-coordinate representation of color #34740D: hue angle of 97.28º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34740D is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 116 13 -
CMYK 0.55 0 0.89 0.55
HSL 97.28º 0.8% 0.25% -
HSV(B) 97.28º 0.89% 0.45% -
XYZ 7.73 13.25 2.53 -
YUV 85.12 87.3 104.38 -
System Red Green Blue C M Y K H S L
Decimal 52 116 13 0.55 0 0.89 0.55 97.28 0.8 0.25
Hex 34 74 D 37 0 59 37 61 50 19
Octal 64 164 15 67 0 131 67 141 120 31
Binary 110100 1110100 1101 110111 0 1011001 110111 1100001 1010000 11001

Color Harmonies of #34740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34740D

Black with #34740D

Text Example


Text Example

White with #34740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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