Html Css Color HEX #417C30 Bilbao

📋 copy color: '#417C30'

red 65 ◦ green 124 ◦ blue 48

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

Shades of Bilbao #417C30

Tints of Bilbao #417C30

RGB

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

 GREEN value IS 124 (48.83% from 255) = 52.32%

 BLUE value IS 48 (19.14% from 255) = 20.25%

R = 27.43%
G = 52.32%
B = 20.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#417C30 (or 0x417C30) is known color: Bilbao. HEX triplet: 41, 7C and 30. RGB value is (65,124,48). Sum of RGB (Red+Green+Blue) = 65+124+48=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #417C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417C30 is #BE83CF. Grayscale: #616161. Windows color (decimal): -12485584 or 3177537. OLE color: 3177537.

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

Color convert

RGB 65 124 48 -
CMYK 0.48 0 0.61 0.51
HSL 106.58º 0.44% 0.34% -
HSV(B) 106.58º 0.61% 0.49% -
XYZ 9.92 15.75 5.31 -
YUV 97.7 99.95 104.68 -
System Red Green Blue C M Y K H S L
Decimal 65 124 48 0.48 0 0.61 0.51 106.58 0.44 0.34
Hex 41 7C 30 30 0 3D 33 6B 2C 22
Octal 101 174 60 60 0 75 63 153 54 42
Binary 1000001 1111100 110000 110000 0 111101 110011 1101011 101100 100010

Color Harmonies of #417C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C30

Black with #417C30

Text Example


Text Example

White with #417C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,124,48); }

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

background-color css

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

 a { background-color: rgb(65,124,48); }

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

border-color css

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

 span { border-color: rgb(65,124,48); }

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