Html Css Color HEX #427C2E Bilbao

📋 copy color: '#427C2E'

red 66 ◦ green 124 ◦ blue 46

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

Shades of Bilbao #427C2E

Tints of Bilbao #427C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.49%

R = 27.97%
G = 52.54%
B = 19.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#427C2E (or 0x427C2E) is known color: Bilbao. HEX triplet: 42, 7C and 2E. RGB value is (66,124,46). Sum of RGB (Red+Green+Blue) = 66+124+46=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #427C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C2E is #BD83D1. Grayscale: #626262. Windows color (decimal): -12420050 or 3046466. OLE color: 3046466.

HSL color Cylindrical-coordinate representation of color #427C2E: hue angle of 104.62º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #427C2E is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 124 46 -
CMYK 0.47 0 0.63 0.51
HSL 104.62º 0.46% 0.33% -
HSV(B) 104.62º 0.63% 0.49% -
XYZ 9.95 15.77 5.1 -
YUV 97.77 98.78 105.34 -
System Red Green Blue C M Y K H S L
Decimal 66 124 46 0.47 0 0.63 0.51 104.62 0.46 0.33
Hex 42 7C 2E 2F 0 3F 33 69 2E 21
Octal 102 174 56 57 0 77 63 151 56 41
Binary 1000010 1111100 101110 101111 0 111111 110011 1101001 101110 100001

Color Harmonies of #427C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C2E

Black with #427C2E

Text Example


Text Example

White with #427C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427C2E; }

 p { color: rgb(66,124,46); }

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

background-color css

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

 a { background-color: rgb(66,124,46); }

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

border-color css

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

 span { border-color: rgb(66,124,46); }

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