Html Css Color HEX #3C7F09 Bilbao

📋 copy color: '#3C7F09'

red 60 ◦ green 127 ◦ blue 9

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

Shades of Bilbao #3C7F09

Tints of Bilbao #3C7F09

RGB

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

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

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

R = 30.61%
G = 64.8%
B = 4.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#3C7F09 (or 0x3C7F09) is known color: Bilbao. HEX triplet: 3C, 7F and 09. RGB value is (60,127,9). Sum of RGB (Red+Green+Blue) = 60+127+9=196 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.61% from 196); Green value is 127 (50% from 255 or 64.80% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7F09 is #C380F6. Grayscale: #5D5D5D. Windows color (decimal): -12812535 or 622396. OLE color: 622396.

HSL color Cylindrical-coordinate representation of color #3C7F09: hue angle of 94.07º 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 #3C7F09 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 127 9 -
CMYK 0.53 0 0.93 0.50
HSL 94.07º 0.87% 0.27% -
HSV(B) 94.07º 0.93% 0.5% -
XYZ 9.5 16.16 2.88 -
YUV 93.52 80.3 104.09 -
System Red Green Blue C M Y K H S L
Decimal 60 127 9 0.53 0 0.93 0.50 94.07 0.87 0.27
Hex 3C 7F 9 35 0 5D 32 5E 57 1B
Octal 74 177 11 65 0 135 62 136 127 33
Binary 111100 1111111 1001 110101 0 1011101 110010 1011110 1010111 11011

Color Harmonies of #3C7F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7F09

Black with #3C7F09

Text Example


Text Example

White with #3C7F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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