Html Css Color HEX #40780C Bilbao

📋 copy color: '#40780C'

red 64 ◦ green 120 ◦ blue 12

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

Shades of Bilbao #40780C

Tints of Bilbao #40780C

RGB

 RED value IS 64 (25.39% from 255) = 32.65%

 GREEN value IS 120 (47.27% from 255) = 61.22%

 BLUE value IS 12 (5.08% from 255) = 6.12%

R = 32.65%
G = 61.22%
B = 6.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#40780C (or 0x40780C) is known color: Bilbao. HEX triplet: 40, 78 and 0C. RGB value is (64,120,12). Sum of RGB (Red+Green+Blue) = 64+120+12=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 120 (47.27% from 255 or 61.22% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 120 - color contains mainly: green. Hex color #40780C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40780C is #BF87F3. Grayscale: #5B5B5B. Windows color (decimal): -12552180 or 817216. OLE color: 817216.

HSL color Cylindrical-coordinate representation of color #40780C: hue angle of 91.11º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40780C is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 120 12 -
CMYK 0.47 0 0.90 0.53
HSL 91.11º 0.82% 0.26% -
HSV(B) 91.11º 0.9% 0.47% -
XYZ 8.9 14.55 2.69 -
YUV 90.94 83.45 108.78 -
System Red Green Blue C M Y K H S L
Decimal 64 120 12 0.47 0 0.90 0.53 91.11 0.82 0.26
Hex 40 78 C 2F 0 5A 35 5B 52 1A
Octal 100 170 14 57 0 132 65 133 122 32
Binary 1000000 1111000 1100 101111 0 1011010 110101 1011011 1010010 11010

Color Harmonies of #40780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40780C

Black with #40780C

Text Example


Text Example

White with #40780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40780C; }

 p { color: rgb(64,120,12); }

 H1.HeaderClassName
 {
   color: #40780C;
 }
 .AnyTagClassName
 {
   color: #40780C;
 }
</style>

background-color css

<style>
 a { background-color: #40780C; }

 a { background-color: rgb(64,120,12); }

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

border-color css

<style>
 span { border-color: #40780C; }

 span { border-color: rgb(64,120,12); }

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