Html Css Color HEX #417D35 Bilbao

📋 copy color: '#417D35'

red 65 ◦ green 125 ◦ blue 53

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

Shades of Bilbao #417D35

Tints of Bilbao #417D35

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.44%

 BLUE value IS 53 (21.09% from 255) = 21.81%

R = 26.75%
G = 51.44%
B = 21.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#417D35 (or 0x417D35) is known color: Bilbao. HEX triplet: 41, 7D and 35. RGB value is (65,125,53). Sum of RGB (Red+Green+Blue) = 65+125+53=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #417D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417D35 is #BE82CA. Grayscale: #636363. Windows color (decimal): -12485323 or 3505473. OLE color: 3505473.

HSL color Cylindrical-coordinate representation of color #417D35: hue angle of 110º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #417D35 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 125 53 -
CMYK 0.48 0 0.58 0.51
HSL 110º 0.4% 0.35% -
HSV(B) 110º 0.58% 0.49% -
XYZ 10.16 16.05 5.93 -
YUV 98.85 102.12 103.85 -
System Red Green Blue C M Y K H S L
Decimal 65 125 53 0.48 0 0.58 0.51 110 0.4 0.35
Hex 41 7D 35 30 0 3A 33 6E 28 23
Octal 101 175 65 60 0 72 63 156 50 43
Binary 1000001 1111101 110101 110000 0 111010 110011 1101110 101000 100011

Color Harmonies of #417D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417D35

Black with #417D35

Text Example


Text Example

White with #417D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417D35; }

 p { color: rgb(65,125,53); }

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

background-color css

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

 a { background-color: rgb(65,125,53); }

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

border-color css

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

 span { border-color: rgb(65,125,53); }

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