Html Css Color HEX #41880C Bilbao

📋 copy color: '#41880C'

red 65 ◦ green 136 ◦ blue 12

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

Shades of Bilbao #41880C

Tints of Bilbao #41880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 63.85%

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

R = 30.52%
G = 63.85%
B = 5.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#41880C (or 0x41880C) is known color: Bilbao. HEX triplet: 41, 88 and 0C. RGB value is (65,136,12). Sum of RGB (Red+Green+Blue) = 65+136+12=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 136 (53.52% from 255 or 63.85% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 136 - color contains mainly: green. Hex color #41880C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41880C is #BE77F3. Grayscale: #656565. Windows color (decimal): -12482548 or 821313. OLE color: 821313.

HSL color Cylindrical-coordinate representation of color #41880C: hue angle of 94.35º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41880C is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 136 12 -
CMYK 0.52 0 0.91 0.47
HSL 94.35º 0.84% 0.29% -
HSV(B) 94.35º 0.91% 0.53% -
XYZ 11.05 18.76 3.39 -
YUV 100.64 77.98 102.58 -
System Red Green Blue C M Y K H S L
Decimal 65 136 12 0.52 0 0.91 0.47 94.35 0.84 0.29
Hex 41 88 C 34 0 5B 2F 5E 54 1D
Octal 101 210 14 64 0 133 57 136 124 35
Binary 1000001 10001000 1100 110100 0 1011011 101111 1011110 1010100 11101

Color Harmonies of #41880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41880C

Black with #41880C

Text Example


Text Example

White with #41880C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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