Html Css Color HEX #41780C Bilbao

📋 copy color: '#41780C'

red 65 ◦ green 120 ◦ blue 12

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

Shades of Bilbao #41780C

Tints of Bilbao #41780C

RGB

 RED value IS 65 (25.78% from 255) = 32.99%

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

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

R = 32.99%
G = 60.91%
B = 6.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#41780C (or 0x41780C) is known color: Bilbao. HEX triplet: 41, 78 and 0C. RGB value is (65,120,12). Sum of RGB (Red+Green+Blue) = 65+120+12=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #41780C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41780C is #BE87F3. Grayscale: #5B5B5B. Windows color (decimal): -12486644 or 817217. OLE color: 817217.

HSL color Cylindrical-coordinate representation of color #41780C: hue angle of 90.56º 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 #41780C is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 120 12 -
CMYK 0.46 0 0.90 0.53
HSL 90.56º 0.82% 0.26% -
HSV(B) 90.56º 0.9% 0.47% -
XYZ 8.96 14.58 2.69 -
YUV 91.24 83.28 109.28 -
System Red Green Blue C M Y K H S L
Decimal 65 120 12 0.46 0 0.90 0.53 90.56 0.82 0.26
Hex 41 78 C 2E 0 5A 35 5B 52 1A
Octal 101 170 14 56 0 132 65 133 122 32
Binary 1000001 1111000 1100 101110 0 1011010 110101 1011011 1010010 11010

Color Harmonies of #41780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41780C

Black with #41780C

Text Example


Text Example

White with #41780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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