Html Css Color HEX #3C741E Bilbao

📋 copy color: '#3C741E'

red 60 ◦ green 116 ◦ blue 30

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

Shades of Bilbao #3C741E

Tints of Bilbao #3C741E

RGB

 RED value IS 60 (23.83% from 255) = 29.13%

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

 BLUE value IS 30 (12.11% from 255) = 14.56%

R = 29.13%
G = 56.31%
B = 14.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#3C741E (or 0x3C741E) is known color: Bilbao. HEX triplet: 3C, 74 and 1E. RGB value is (60,116,30). Sum of RGB (Red+Green+Blue) = 60+116+30=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #3C741E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C741E is #C38BE1. Grayscale: #595959. Windows color (decimal): -12815330 or 1995836. OLE color: 1995836.

HSL color Cylindrical-coordinate representation of color #3C741E: hue angle of 99.07º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C741E is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 116 30 -
CMYK 0.48 0 0.74 0.55
HSL 99.07º 0.59% 0.29% -
HSV(B) 99.07º 0.74% 0.45% -
XYZ 8.34 13.55 3.4 -
YUV 89.45 94.45 106.99 -
System Red Green Blue C M Y K H S L
Decimal 60 116 30 0.48 0 0.74 0.55 99.07 0.59 0.29
Hex 3C 74 1E 30 0 4A 37 63 3B 1D
Octal 74 164 36 60 0 112 67 143 73 35
Binary 111100 1110100 11110 110000 0 1001010 110111 1100011 111011 11101

Color Harmonies of #3C741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C741E

Black with #3C741E

Text Example


Text Example

White with #3C741E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,116,30); }

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

background-color css

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

 a { background-color: rgb(60,116,30); }

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

border-color css

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

 span { border-color: rgb(60,116,30); }

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