Html Css Color HEX #3C880D Bilbao

📋 copy color: '#3C880D'

red 60 ◦ green 136 ◦ blue 13

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

Shades of Bilbao #3C880D

Tints of Bilbao #3C880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 65.07%

 BLUE value IS 13 (5.47% from 255) = 6.22%

R = 28.71%
G = 65.07%
B = 6.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#3C880D (or 0x3C880D) is known color: Bilbao. HEX triplet: 3C, 88 and 0D. RGB value is (60,136,13). Sum of RGB (Red+Green+Blue) = 60+136+13=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 136 (53.52% from 255 or 65.07% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 136 - color contains mainly: green. Hex color #3C880D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C880D is #C377F2. Grayscale: #636363. Windows color (decimal): -12810227 or 886844. OLE color: 886844.

HSL color Cylindrical-coordinate representation of color #3C880D: hue angle of 97.07º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C880D is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 136 13 -
CMYK 0.56 0 0.90 0.47
HSL 97.07º 0.83% 0.29% -
HSV(B) 97.07º 0.9% 0.53% -
XYZ 10.74 18.6 3.4 -
YUV 99.25 79.32 100 -
System Red Green Blue C M Y K H S L
Decimal 60 136 13 0.56 0 0.90 0.47 97.07 0.83 0.29
Hex 3C 88 D 38 0 5A 2F 61 53 1D
Octal 74 210 15 70 0 132 57 141 123 35
Binary 111100 10001000 1101 111000 0 1011010 101111 1100001 1010011 11101

Color Harmonies of #3C880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C880D

Black with #3C880D

Text Example


Text Example

White with #3C880D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,136,13); }

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

background-color css

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

 a { background-color: rgb(60,136,13); }

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

border-color css

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

 span { border-color: rgb(60,136,13); }

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