Html Css Color HEX #427C2B Bilbao

📋 copy color: '#427C2B'

red 66 ◦ green 124 ◦ blue 43

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

Shades of Bilbao #427C2B

Tints of Bilbao #427C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.45%

R = 28.33%
G = 53.22%
B = 18.45%

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

#427C2B (or 0x427C2B) is known color: Bilbao. HEX triplet: 42, 7C and 2B. RGB value is (66,124,43). Sum of RGB (Red+Green+Blue) = 66+124+43=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #427C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C2B is #BD83D4. Grayscale: #616161. Windows color (decimal): -12420053 or 2849858. OLE color: 2849858.

HSL color Cylindrical-coordinate representation of color #427C2B: hue angle of 102.96º degrees, saturation: 0.49, 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 #427C2B is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 124 43 -
CMYK 0.47 0 0.65 0.51
HSL 102.96º 0.49% 0.33% -
HSV(B) 102.96º 0.65% 0.49% -
XYZ 9.89 15.75 4.8 -
YUV 97.42 97.28 105.59 -
System Red Green Blue C M Y K H S L
Decimal 66 124 43 0.47 0 0.65 0.51 102.96 0.49 0.33
Hex 42 7C 2B 2F 0 41 33 67 31 21
Octal 102 174 53 57 0 101 63 147 61 41
Binary 1000010 1111100 101011 101111 0 1000001 110011 1100111 110001 100001

Color Harmonies of #427C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C2B

Black with #427C2B

Text Example


Text Example

White with #427C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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