Html Css Color HEX #41841E Bilbao

📋 copy color: '#41841E'

red 65 ◦ green 132 ◦ blue 30

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

Shades of Bilbao #41841E

Tints of Bilbao #41841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.15%

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 28.63%
G = 58.15%
B = 13.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#41841E (or 0x41841E) is known color: Bilbao. HEX triplet: 41, 84 and 1E. RGB value is (65,132,30). Sum of RGB (Red+Green+Blue) = 65+132+30=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #41841E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41841E is #BE7BE1. Grayscale: #646464. Windows color (decimal): -12483554 or 1999937. OLE color: 1999937.

HSL color Cylindrical-coordinate representation of color #41841E: hue angle of 99.41º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41841E is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 132 30 -
CMYK 0.51 0 0.77 0.48
HSL 99.41º 0.63% 0.32% -
HSV(B) 99.41º 0.77% 0.52% -
XYZ 10.67 17.72 4.09 -
YUV 100.34 88.3 102.79 -
System Red Green Blue C M Y K H S L
Decimal 65 132 30 0.51 0 0.77 0.48 99.41 0.63 0.32
Hex 41 84 1E 33 0 4D 30 63 3F 20
Octal 101 204 36 63 0 115 60 143 77 40
Binary 1000001 10000100 11110 110011 0 1001101 110000 1100011 111111 100000

Color Harmonies of #41841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41841E

Black with #41841E

Text Example


Text Example

White with #41841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41841E; }

 p { color: rgb(65,132,30); }

 H1.HeaderClassName
 {
   color: #41841E;
 }
 .AnyTagClassName
 {
   color: #41841E;
 }
</style>

background-color css

<style>
 a { background-color: #41841E; }

 a { background-color: rgb(65,132,30); }

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

border-color css

<style>
 span { border-color: #41841E; }

 span { border-color: rgb(65,132,30); }

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