Html Css Color HEX #417427 Bilbao

📋 copy color: '#417427'

red 65 ◦ green 116 ◦ blue 39

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

Shades of Bilbao #417427

Tints of Bilbao #417427

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.73%

 BLUE value IS 39 (15.63% from 255) = 17.73%

R = 29.55%
G = 52.73%
B = 17.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#417427 (or 0x417427) is known color: Bilbao. HEX triplet: 41, 74 and 27. RGB value is (65,116,39). Sum of RGB (Red+Green+Blue) = 65+116+39=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #417427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417427 is #BE8BD8. Grayscale: #5C5C5C. Windows color (decimal): -12487641 or 2585665. OLE color: 2585665.

HSL color Cylindrical-coordinate representation of color #417427: hue angle of 99.74º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417427 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 39 -
CMYK 0.44 0 0.66 0.55
HSL 99.74º 0.5% 0.3% -
HSV(B) 99.74º 0.66% 0.45% -
XYZ 8.79 13.76 4.11 -
YUV 91.97 98.1 108.76 -
System Red Green Blue C M Y K H S L
Decimal 65 116 39 0.44 0 0.66 0.55 99.74 0.5 0.3
Hex 41 74 27 2C 0 42 37 64 32 1E
Octal 101 164 47 54 0 102 67 144 62 36
Binary 1000001 1110100 100111 101100 0 1000010 110111 1100100 110010 11110

Color Harmonies of #417427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417427

Black with #417427

Text Example


Text Example

White with #417427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417427; }

 p { color: rgb(65,116,39); }

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

background-color css

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

 a { background-color: rgb(65,116,39); }

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

border-color css

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

 span { border-color: rgb(65,116,39); }

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