Html Css Color HEX #417C02 Bilbao

📋 copy color: '#417C02'

red 65 ◦ green 124 ◦ blue 2

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

Shades of Bilbao #417C02

Tints of Bilbao #417C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.05%

R = 34.03%
G = 64.92%
B = 1.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#417C02 (or 0x417C02) is known color: Bilbao. HEX triplet: 41, 7C and 02. RGB value is (65,124,2). Sum of RGB (Red+Green+Blue) = 65+124+2=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 124 (48.83% from 255 or 64.92% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 124 - color contains mainly: green. Hex color #417C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417C02 is #BE83FD. Grayscale: #5C5C5C. Windows color (decimal): -12485630 or 162881. OLE color: 162881.

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

Color convert

RGB 65 124 2 -
CMYK 0.48 0 0.98 0.51
HSL 89.02º 0.97% 0.25% -
HSV(B) 89.02º 0.98% 0.49% -
XYZ 9.4 15.54 2.56 -
YUV 92.45 76.95 108.42 -
System Red Green Blue C M Y K H S L
Decimal 65 124 2 0.48 0 0.98 0.51 89.02 0.97 0.25
Hex 41 7C 2 30 0 62 33 59 61 19
Octal 101 174 2 60 0 142 63 131 141 31
Binary 1000001 1111100 10 110000 0 1100010 110011 1011001 1100001 11001

Color Harmonies of #417C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C02

Black with #417C02

Text Example


Text Example

White with #417C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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