Html Css Color HEX #3C7825 Bilbao

📋 copy color: '#3C7825'

red 60 ◦ green 120 ◦ blue 37

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

Shades of Bilbao #3C7825

Tints of Bilbao #3C7825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 55.3%

 BLUE value IS 37 (14.84% from 255) = 17.05%

R = 27.65%
G = 55.3%
B = 17.05%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#3C7825 (or 0x3C7825) is known color: Bilbao. HEX triplet: 3C, 78 and 25. RGB value is (60,120,37). Sum of RGB (Red+Green+Blue) = 60+120+37=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7825 is #C387DA. Grayscale: #5C5C5C. Windows color (decimal): -12814299 or 2455612. OLE color: 2455612.

HSL color Cylindrical-coordinate representation of color #3C7825: hue angle of 103.37º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C7825 is Cyan = 0.5, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 120 37 -
CMYK 0.5 0 0.69 0.53
HSL 103.37º 0.53% 0.31% -
HSV(B) 103.37º 0.69% 0.47% -
XYZ 8.91 14.53 4.08 -
YUV 92.6 96.62 104.75 -
System Red Green Blue C M Y K H S L
Decimal 60 120 37 0.5 0 0.69 0.53 103.37 0.53 0.31
Hex 3C 78 25 32 0 45 35 67 35 1F
Octal 74 170 45 62 0 105 65 147 65 37
Binary 111100 1111000 100101 110010 0 1000101 110101 1100111 110101 11111

Color Harmonies of #3C7825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7825

Black with #3C7825

Text Example


Text Example

White with #3C7825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,120,37); }

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

background-color css

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

 a { background-color: rgb(60,120,37); }

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

border-color css

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

 span { border-color: rgb(60,120,37); }

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