Html Css Color HEX #3C751E Bilbao

📋 copy color: '#3C751E'

red 60 ◦ green 117 ◦ blue 30

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

Shades of Bilbao #3C751E

Tints of Bilbao #3C751E

RGB

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

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

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

R = 28.99%
G = 56.52%
B = 14.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#3C751E (or 0x3C751E) is known color: Bilbao. HEX triplet: 3C, 75 and 1E. RGB value is (60,117,30). Sum of RGB (Red+Green+Blue) = 60+117+30=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #3C751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C751E is #C38AE1. Grayscale: #5A5A5A. Windows color (decimal): -12815074 or 1996092. OLE color: 1996092.

HSL color Cylindrical-coordinate representation of color #3C751E: hue angle of 99.31º 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 #3C751E is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 117 30 -
CMYK 0.49 0 0.74 0.54
HSL 99.31º 0.59% 0.29% -
HSV(B) 99.31º 0.74% 0.46% -
XYZ 8.46 13.78 3.44 -
YUV 90.04 94.12 106.57 -
System Red Green Blue C M Y K H S L
Decimal 60 117 30 0.49 0 0.74 0.54 99.31 0.59 0.29
Hex 3C 75 1E 31 0 4A 36 63 3B 1D
Octal 74 165 36 61 0 112 66 143 73 35
Binary 111100 1110101 11110 110001 0 1001010 110110 1100011 111011 11101

Color Harmonies of #3C751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C751E

Black with #3C751E

Text Example


Text Example

White with #3C751E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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