Html Css Color HEX #3C820E Bilbao

📋 copy color: '#3C820E'

red 60 ◦ green 130 ◦ blue 14

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

Shades of Bilbao #3C820E

Tints of Bilbao #3C820E

RGB

 RED value IS 60 (23.83% from 255) = 29.41%

 GREEN value IS 130 (51.17% from 255) = 63.73%

 BLUE value IS 14 (5.86% from 255) = 6.86%

R = 29.41%
G = 63.73%
B = 6.86%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#3C820E (or 0x3C820E) is known color: Bilbao. HEX triplet: 3C, 82 and 0E. RGB value is (60,130,14). Sum of RGB (Red+Green+Blue) = 60+130+14=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #3C820E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C820E is #C37DF1. Grayscale: #606060. Windows color (decimal): -12811762 or 950844. OLE color: 950844.

HSL color Cylindrical-coordinate representation of color #3C820E: hue angle of 96.21º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C820E is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 130 14 -
CMYK 0.54 0 0.89 0.49
HSL 96.21º 0.81% 0.28% -
HSV(B) 96.21º 0.89% 0.51% -
XYZ 9.93 16.96 3.17 -
YUV 95.85 81.81 102.43 -
System Red Green Blue C M Y K H S L
Decimal 60 130 14 0.54 0 0.89 0.49 96.21 0.81 0.28
Hex 3C 82 E 36 0 59 31 60 51 1C
Octal 74 202 16 66 0 131 61 140 121 34
Binary 111100 10000010 1110 110110 0 1011001 110001 1100000 1010001 11100

Color Harmonies of #3C820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C820E

Black with #3C820E

Text Example


Text Example

White with #3C820E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,130,14); }

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

background-color css

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

 a { background-color: rgb(60,130,14); }

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

border-color css

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

 span { border-color: rgb(60,130,14); }

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