Html Css Color HEX #3A7630 Bilbao

📋 copy color: '#3A7630'

red 58 ◦ green 118 ◦ blue 48

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

Shades of Bilbao #3A7630

Tints of Bilbao #3A7630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.68%

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 25.89%
G = 52.68%
B = 21.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#3A7630 (or 0x3A7630) is known color: Bilbao. HEX triplet: 3A, 76 and 30. RGB value is (58,118,48). Sum of RGB (Red+Green+Blue) = 58+118+48=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7630 is #C589CF. Grayscale: #5C5C5C. Windows color (decimal): -12945872 or 3175994. OLE color: 3175994.

HSL color Cylindrical-coordinate representation of color #3A7630: hue angle of 111.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A7630 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 118 48 -
CMYK 0.51 0 0.59 0.54
HSL 111.43º 0.42% 0.33% -
HSV(B) 111.43º 0.59% 0.46% -
XYZ 8.76 14.07 5.05 -
YUV 92.08 103.12 103.69 -
System Red Green Blue C M Y K H S L
Decimal 58 118 48 0.51 0 0.59 0.54 111.43 0.42 0.33
Hex 3A 76 30 33 0 3B 36 6F 2A 21
Octal 72 166 60 63 0 73 66 157 52 41
Binary 111010 1110110 110000 110011 0 111011 110110 1101111 101010 100001

Color Harmonies of #3A7630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7630

Black with #3A7630

Text Example


Text Example

White with #3A7630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,118,48); }

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

background-color css

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

 a { background-color: rgb(58,118,48); }

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

border-color css

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

 span { border-color: rgb(58,118,48); }

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