Html Css Color HEX #3C8A07 Bilbao

📋 copy color: '#3C8A07'

red 60 ◦ green 138 ◦ blue 7

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

Shades of Bilbao #3C8A07

Tints of Bilbao #3C8A07

RGB

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

 GREEN value IS 138 (54.3% from 255) = 67.32%

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 29.27%
G = 67.32%
B = 3.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#3C8A07 (or 0x3C8A07) is known color: Bilbao. HEX triplet: 3C, 8A and 07. RGB value is (60,138,7). Sum of RGB (Red+Green+Blue) = 60+138+7=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 138 (54.30% from 255 or 67.32% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8A07 is #C375F8. Grayscale: #646464. Windows color (decimal): -12809721 or 494140. OLE color: 494140.

HSL color Cylindrical-coordinate representation of color #3C8A07: hue angle of 95.73º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C8A07 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 138 7 -
CMYK 0.57 0 0.95 0.46
HSL 95.73º 0.9% 0.28% -
HSV(B) 95.73º 0.95% 0.54% -
XYZ 10.99 19.15 3.32 -
YUV 99.74 75.66 99.65 -
System Red Green Blue C M Y K H S L
Decimal 60 138 7 0.57 0 0.95 0.46 95.73 0.9 0.28
Hex 3C 8A 7 39 0 5F 2E 60 5A 1C
Octal 74 212 7 71 0 137 56 140 132 34
Binary 111100 10001010 111 111001 0 1011111 101110 1100000 1011010 11100

Color Harmonies of #3C8A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8A07

Black with #3C8A07

Text Example


Text Example

White with #3C8A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,138,7); }

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

background-color css

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

 a { background-color: rgb(60,138,7); }

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

border-color css

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

 span { border-color: rgb(60,138,7); }

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