Html Css Color HEX #3A7713 Bilbao

📋 copy color: '#3A7713'

red 58 ◦ green 119 ◦ blue 19

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

Shades of Bilbao #3A7713

Tints of Bilbao #3A7713

RGB

 RED value IS 58 (23.05% from 255) = 29.59%

 GREEN value IS 119 (46.88% from 255) = 60.71%

 BLUE value IS 19 (7.81% from 255) = 9.69%

R = 29.59%
G = 60.71%
B = 9.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#3A7713 (or 0x3A7713) is known color: Bilbao. HEX triplet: 3A, 77 and 13. RGB value is (58,119,19). Sum of RGB (Red+Green+Blue) = 58+119+19=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7713 is #C588EC. Grayscale: #595959. Windows color (decimal): -12945645 or 1275706. OLE color: 1275706.

HSL color Cylindrical-coordinate representation of color #3A7713: hue angle of 96.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A7713 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 119 19 -
CMYK 0.51 0 0.84 0.53
HSL 96.6º 0.72% 0.27% -
HSV(B) 96.6º 0.84% 0.47% -
XYZ 8.46 14.14 2.9 -
YUV 89.36 88.29 105.63 -
System Red Green Blue C M Y K H S L
Decimal 58 119 19 0.51 0 0.84 0.53 96.6 0.72 0.27
Hex 3A 77 13 33 0 54 35 61 48 1B
Octal 72 167 23 63 0 124 65 141 110 33
Binary 111010 1110111 10011 110011 0 1010100 110101 1100001 1001000 11011

Color Harmonies of #3A7713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7713

Black with #3A7713

Text Example


Text Example

White with #3A7713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A7713; }

 p { color: rgb(58,119,19); }

 H1.HeaderClassName
 {
   color: #3A7713;
 }
 .AnyTagClassName
 {
   color: #3A7713;
 }
</style>

background-color css

<style>
 a { background-color: #3A7713; }

 a { background-color: rgb(58,119,19); }

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

border-color css

<style>
 span { border-color: #3A7713; }

 span { border-color: rgb(58,119,19); }

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