Html Css Color HEX #3F751E Bilbao

📋 copy color: '#3F751E'

red 63 ◦ green 117 ◦ blue 30

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

Shades of Bilbao #3F751E

Tints of Bilbao #3F751E

RGB

 RED value IS 63 (25% from 255) = 30%

 GREEN value IS 117 (46.09% from 255) = 55.71%

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 30%
G = 55.71%
B = 14.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#3F751E (or 0x3F751E) is known color: Bilbao. HEX triplet: 3F, 75 and 1E. RGB value is (63,117,30). Sum of RGB (Red+Green+Blue) = 63+117+30=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #3F751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F751E is #C08AE1. Grayscale: #5B5B5B. Windows color (decimal): -12618466 or 1996095. OLE color: 1996095.

HSL color Cylindrical-coordinate representation of color #3F751E: hue angle of 97.24º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F751E is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 117 30 -
CMYK 0.46 0 0.74 0.54
HSL 97.24º 0.59% 0.29% -
HSV(B) 97.24º 0.74% 0.46% -
XYZ 8.65 13.87 3.45 -
YUV 90.94 93.61 108.07 -
System Red Green Blue C M Y K H S L
Decimal 63 117 30 0.46 0 0.74 0.54 97.24 0.59 0.29
Hex 3F 75 1E 2E 0 4A 36 61 3B 1D
Octal 77 165 36 56 0 112 66 141 73 35
Binary 111111 1110101 11110 101110 0 1001010 110110 1100001 111011 11101

Color Harmonies of #3F751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F751E

Black with #3F751E

Text Example


Text Example

White with #3F751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F751E; }

 p { color: rgb(63,117,30); }

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

background-color css

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

 a { background-color: rgb(63,117,30); }

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

border-color css

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

 span { border-color: rgb(63,117,30); }

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