Html Css Color HEX #347D0B Bilbao

📋 copy color: '#347D0B'

red 52 ◦ green 125 ◦ blue 11

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

Shades of Bilbao #347D0B

Tints of Bilbao #347D0B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 66.49%

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 27.66%
G = 66.49%
B = 5.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#347D0B (or 0x347D0B) is known color: Bilbao. HEX triplet: 34, 7D and 0B. RGB value is (52,125,11). Sum of RGB (Red+Green+Blue) = 52+125+11=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 125 (49.22% from 255 or 66.49% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 125 - color contains mainly: green. Hex color #347D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347D0B is #CB82F4. Grayscale: #5A5A5A. Windows color (decimal): -13337333 or 752948. OLE color: 752948.

HSL color Cylindrical-coordinate representation of color #347D0B: hue angle of 98.42º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #347D0B is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 125 11 -
CMYK 0.58 0 0.91 0.51
HSL 98.42º 0.84% 0.27% -
HSV(B) 98.42º 0.91% 0.49% -
XYZ 8.81 15.42 2.83 -
YUV 90.18 83.32 100.77 -
System Red Green Blue C M Y K H S L
Decimal 52 125 11 0.58 0 0.91 0.51 98.42 0.84 0.27
Hex 34 7D B 3A 0 5B 33 62 54 1B
Octal 64 175 13 72 0 133 63 142 124 33
Binary 110100 1111101 1011 111010 0 1011011 110011 1100010 1010100 11011

Color Harmonies of #347D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D0B

Black with #347D0B

Text Example


Text Example

White with #347D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347D0B; }

 p { color: rgb(52,125,11); }

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

background-color css

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

 a { background-color: rgb(52,125,11); }

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

border-color css

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

 span { border-color: rgb(52,125,11); }

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