Html Css Color HEX #418125 Bilbao

📋 copy color: '#418125'

red 65 ◦ green 129 ◦ blue 37

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

Shades of Bilbao #418125

Tints of Bilbao #418125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.84%

 BLUE value IS 37 (14.84% from 255) = 16.02%

R = 28.14%
G = 55.84%
B = 16.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#418125 (or 0x418125) is known color: Bilbao. HEX triplet: 41, 81 and 25. RGB value is (65,129,37). Sum of RGB (Red+Green+Blue) = 65+129+37=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #418125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418125 is #BE7EDA. Grayscale: #636363. Windows color (decimal): -12484315 or 2457921. OLE color: 2457921.

HSL color Cylindrical-coordinate representation of color #418125: hue angle of 101.74º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #418125 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 129 37 -
CMYK 0.50 0 0.71 0.49
HSL 101.74º 0.55% 0.33% -
HSV(B) 101.74º 0.71% 0.51% -
XYZ 10.36 16.96 4.48 -
YUV 99.38 92.8 103.48 -
System Red Green Blue C M Y K H S L
Decimal 65 129 37 0.50 0 0.71 0.49 101.74 0.55 0.33
Hex 41 81 25 32 0 47 31 66 37 21
Octal 101 201 45 62 0 107 61 146 67 41
Binary 1000001 10000001 100101 110010 0 1000111 110001 1100110 110111 100001

Color Harmonies of #418125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418125

Black with #418125

Text Example


Text Example

White with #418125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418125; }

 p { color: rgb(65,129,37); }

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

background-color css

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

 a { background-color: rgb(65,129,37); }

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

border-color css

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

 span { border-color: rgb(65,129,37); }

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