Html Css Color HEX #427631 Bilbao

📋 copy color: '#427631'

red 66 ◦ green 118 ◦ blue 49

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

Shades of Bilbao #427631

Tints of Bilbao #427631

RGB

 RED value IS 66 (26.17% from 255) = 28.33%

 GREEN value IS 118 (46.48% from 255) = 50.64%

 BLUE value IS 49 (19.53% from 255) = 21.03%

R = 28.33%
G = 50.64%
B = 21.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#427631 (or 0x427631) is known color: Bilbao. HEX triplet: 42, 76 and 31. RGB value is (66,118,49). Sum of RGB (Red+Green+Blue) = 66+118+49=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #427631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427631 is #BD89CE. Grayscale: #5E5E5E. Windows color (decimal): -12421583 or 3241538. OLE color: 3241538.

HSL color Cylindrical-coordinate representation of color #427631: hue angle of 105.22º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #427631 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 49 -
CMYK 0.44 0 0.58 0.54
HSL 105.22º 0.41% 0.33% -
HSV(B) 105.22º 0.58% 0.46% -
XYZ 9.28 14.34 5.18 -
YUV 94.59 102.27 107.61 -
System Red Green Blue C M Y K H S L
Decimal 66 118 49 0.44 0 0.58 0.54 105.22 0.41 0.33
Hex 42 76 31 2C 0 3A 36 69 29 21
Octal 102 166 61 54 0 72 66 151 51 41
Binary 1000010 1110110 110001 101100 0 111010 110110 1101001 101001 100001

Color Harmonies of #427631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427631

Black with #427631

Text Example


Text Example

White with #427631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427631; }

 p { color: rgb(66,118,49); }

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

background-color css

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

 a { background-color: rgb(66,118,49); }

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

border-color css

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

 span { border-color: rgb(66,118,49); }

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