Html Css Color HEX #417C06 Bilbao

📋 copy color: '#417C06'

red 65 ◦ green 124 ◦ blue 6

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

Shades of Bilbao #417C06

Tints of Bilbao #417C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.08%

R = 33.33%
G = 63.59%
B = 3.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#417C06 (or 0x417C06) is known color: Bilbao. HEX triplet: 41, 7C and 06. RGB value is (65,124,6). Sum of RGB (Red+Green+Blue) = 65+124+6=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #417C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417C06 is #BE83F9. Grayscale: #5D5D5D. Windows color (decimal): -12485626 or 425025. OLE color: 425025.

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

Color convert

RGB 65 124 6 -
CMYK 0.48 0 0.95 0.51
HSL 90º 0.91% 0.25% -
HSV(B) 90º 0.95% 0.49% -
XYZ 9.42 15.55 2.68 -
YUV 92.91 78.95 108.09 -
System Red Green Blue C M Y K H S L
Decimal 65 124 6 0.48 0 0.95 0.51 90 0.91 0.25
Hex 41 7C 6 30 0 5F 33 5A 5B 19
Octal 101 174 6 60 0 137 63 132 133 31
Binary 1000001 1111100 110 110000 0 1011111 110011 1011010 1011011 11001

Color Harmonies of #417C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C06

Black with #417C06

Text Example


Text Example

White with #417C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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