Html Css Color HEX #427C1F Bilbao

📋 copy color: '#427C1F'

red 66 ◦ green 124 ◦ blue 31

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

Shades of Bilbao #427C1F

Tints of Bilbao #427C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.03%

R = 29.86%
G = 56.11%
B = 14.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#427C1F (or 0x427C1F) is known color: Bilbao. HEX triplet: 42, 7C and 1F. RGB value is (66,124,31). Sum of RGB (Red+Green+Blue) = 66+124+31=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #427C1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C1F is #BD83E0. Grayscale: #606060. Windows color (decimal): -12420065 or 2063426. OLE color: 2063426.

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

Color convert

RGB 66 124 31 -
CMYK 0.47 0 0.75 0.51
HSL 97.42º 0.6% 0.3% -
HSV(B) 97.42º 0.75% 0.49% -
XYZ 9.7 15.67 3.81 -
YUV 96.06 91.28 106.56 -
System Red Green Blue C M Y K H S L
Decimal 66 124 31 0.47 0 0.75 0.51 97.42 0.6 0.3
Hex 42 7C 1F 2F 0 4B 33 61 3C 1E
Octal 102 174 37 57 0 113 63 141 74 36
Binary 1000010 1111100 11111 101111 0 1001011 110011 1100001 111100 11110

Color Harmonies of #427C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C1F

Black with #427C1F

Text Example


Text Example

White with #427C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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