Html Css Color HEX #427C2C Bilbao

📋 copy color: '#427C2C'

red 66 ◦ green 124 ◦ blue 44

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

Shades of Bilbao #427C2C

Tints of Bilbao #427C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.8%

R = 28.21%
G = 52.99%
B = 18.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#427C2C (or 0x427C2C) is known color: Bilbao. HEX triplet: 42, 7C and 2C. RGB value is (66,124,44). Sum of RGB (Red+Green+Blue) = 66+124+44=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 124 (48.83% from 255 or 52.99% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 124 - color contains mainly: green. Hex color #427C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C2C is #BD83D3. Grayscale: #616161. Windows color (decimal): -12420052 or 2915394. OLE color: 2915394.

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

Color convert

RGB 66 124 44 -
CMYK 0.47 0 0.65 0.51
HSL 103.5º 0.48% 0.33% -
HSV(B) 103.5º 0.65% 0.49% -
XYZ 9.91 15.76 4.9 -
YUV 97.54 97.78 105.5 -
System Red Green Blue C M Y K H S L
Decimal 66 124 44 0.47 0 0.65 0.51 103.5 0.48 0.33
Hex 42 7C 2C 2F 0 41 33 68 30 21
Octal 102 174 54 57 0 101 63 150 60 41
Binary 1000010 1111100 101100 101111 0 1000001 110011 1101000 110000 100001

Color Harmonies of #427C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C2C

Black with #427C2C

Text Example


Text Example

White with #427C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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