Html Css Color HEX #3A7F09 Bilbao

📋 copy color: '#3A7F09'

red 58 ◦ green 127 ◦ blue 9

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

Shades of Bilbao #3A7F09

Tints of Bilbao #3A7F09

RGB

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

 GREEN value IS 127 (50% from 255) = 65.46%

 BLUE value IS 9 (3.91% from 255) = 4.64%

R = 29.9%
G = 65.46%
B = 4.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#3A7F09 (or 0x3A7F09) is known color: Bilbao. HEX triplet: 3A, 7F and 09. RGB value is (58,127,9). Sum of RGB (Red+Green+Blue) = 58+127+9=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 127 (50% from 255 or 65.46% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7F09 is #C580F6. Grayscale: #5D5D5D. Windows color (decimal): -12943607 or 622394. OLE color: 622394.

HSL color Cylindrical-coordinate representation of color #3A7F09: hue angle of 95.08º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A7F09 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 127 9 -
CMYK 0.54 0 0.93 0.50
HSL 95.08º 0.87% 0.27% -
HSV(B) 95.08º 0.93% 0.5% -
XYZ 9.38 16.1 2.87 -
YUV 92.92 80.64 103.09 -
System Red Green Blue C M Y K H S L
Decimal 58 127 9 0.54 0 0.93 0.50 95.08 0.87 0.27
Hex 3A 7F 9 36 0 5D 32 5F 57 1B
Octal 72 177 11 66 0 135 62 137 127 33
Binary 111010 1111111 1001 110110 0 1011101 110010 1011111 1010111 11011

Color Harmonies of #3A7F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7F09

Black with #3A7F09

Text Example


Text Example

White with #3A7F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,127,9); }

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

background-color css

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

 a { background-color: rgb(58,127,9); }

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

border-color css

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

 span { border-color: rgb(58,127,9); }

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